photo

nick


Last seen: 2 months ago Active since 2023

Followers: 0   Following: 1

Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistics

MATLAB Answers

0 Questions
165 Answers

RANK
728
of 299,177

REPUTATION
106

CONTRIBUTIONS
0 Questions
165 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
11

RANK
 of 20,647

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,615

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Determinate the maximum
Hello Igor, To find the maximum values of the functions, you can use 'max' function as shown: M = 0.577; mv = 1000; A =...

3 months ago | 0

Answered
Add line plot to saved figure
Hello sirona, To add a new line to the existing .FIG file, you can follow these steps: % Create some data x1 = 0:0.1:10; y1 ...

3 months ago | 0

Answered
How to append data or values to an existing .csv file??
Hello Manoj, To add a third column to an existing CSV file in MATLAB without deleting the values in the first and second column...

3 months ago | 0

Answered
Require Surface Plot Color Bar Consistant across multiple plots.
Hello Jaye, To achieve this, you need to set the color limits 'caxis' for both plots to be the same, as shown: % Data for the ...

3 months ago | 0

Answered
integer operands are required for colon operator when used as index
Hello Ulrik, Kindly share the entire code and associated files to help debug the issue. The warning "integer operands are req...

3 months ago | 0

Answered
Minimizing a tri-variate function
Hello terance, To resolve this error, kindly use element wise operators in the function F_linear, as shown below: function F =...

3 months ago | 0

Answered
deconvolution problem
Hello jordi, To perform deconvolution and retrieve the OFDM signal from the circularly convolved signal, you can follow these s...

3 months ago | 0

Answered
modeling a bouncing mass on a elastic surface (spring surface) using .m file
Hello Amr, As Walter pointed out, kindly share the issue and the code that you tried to help you debug the issue. To model a ...

3 months ago | 0

Answered
HELP!!! mapping with matrices
Hello Yago, To map each power entry to its corresponding efficiency based on torque and speed values, you can use 'find' functi...

3 months ago | 0

Answered
AC sawtooth generator
Hello rojesh, To generate a saw-tooth waveform form an input source, please follow these steps: Convert Sinusoidal to Square W...

3 months ago | 0

Answered
No streamlines
Hi Frank, Kindly share the code and associated files to help debug the issue. You can follow these steps to resolve some of the...

3 months ago | 0

Answered
How to show iterations and values of variables serially in a column in a figure? Help me plz
Hello Shams, To display the remaining values of x1,x2,x3 and x4 serially in order, 'for' loop can be utilised as shown below: ...

3 months ago | 0

Answered
Using Cross-Correlation for variable selection from a time series database
Hello Karamos, To perform feature selection, you can use the 'xcorr' function to calculate the cross-correlation for each predi...

3 months ago | 0

Answered
Ellipsoids rotation or plot in order to intersect at the top
Hello Jean, Kindly clarify whether no result implies there is a mismatch between expected ouptut and obtained output or the fig...

3 months ago | 0

Answered
APPOROXIMATE SOLUTION OF LAPLACE'S EQUATION
Hello Anie, To approximate the solution of Laplace's equation using the Gauss-Seidel method in MATLAB, you can follow the steps...

3 months ago | 0

Answered
How can I make data non-dimensionalised with XY Plot data file?
Hello Matt, You can use rdivide and rmultiply operations for linear scaling of the data, as shown: data = load('your_data_file...

3 months ago | 0

Answered
Plotting Large arrays
Hi Barathwaj, You can increase the Java heap memory in MATLAB preferences under Java Heap Memoery tab collapsed under General t...

3 months ago | 0

Answered
animating a line through two given points
Hello hossein, To animate a line connecting two points, you can update the existing line object rather than creating a new one ...

3 months ago | 0

Answered
how to do positive phase sequence and negative phase sequence with simulink?(not use Module)
Hello Chen, Kindly share the SLX file to help debug the issue. In the image 4 since there are two different signals connected t...

3 months ago | 0

Answered
How to import files from folder
Hello Abhay, When looping through the files shown by 'dir' command, you can follow these steps: Open and Read Each File: Open...

3 months ago | 0

Answered
Converting a image matrix from RGB to XYZ color space
Hi Youngsam, Kindly share the data used as input for the function to help debug the issue. I didn't get any errors while using ...

3 months ago | 0

Answered
an EMG signal code
Hi Risso, You can iterate over the signal to apply the threshholding logic as shown below: emg_signal = [0.2, 0.3, 0.4, 0.5, 0...

3 months ago | 0

Answered
regarding dimpulse
Hi swamy, Kindly share the code for computation of the impulse response to help identify the issue. Alternatively, please ensur...

3 months ago | 0

Answered
How to read beat to beat annotation of MIT BIH AF database in MATLAB??
Hi Mahdi, You can use the 'WFDB toolbox' for MATLAB R2014a onwards to read and process PhysioNet data. The 'rdann' function in ...

3 months ago | 0

Answered
how to implement this code
Hello kash, To calculate the wcci value, which is a combination of three parameters—pcci, bcci, and kcci—each ranging from 0 to...

3 months ago | 0

Answered
Error occur after saveas image .emf around 10200 images.
Hi Auno, Kindly share the error message to help debug the issue. According to the query, it seems that the system becomes unres...

3 months ago | 0

Answered
How to plot a density distribution of two variables
Hello Nino, Since the file is not attached, I have used dummy data to reproduce it. To visualize the density of repeated coord...

5 months ago | 0

Answered
2d radar kalman filter [r r_dot theta theta_dot]
Hi @kalmanfilterlearner, In the code shared, it is assumed that acceleration of the object is 0 which led F to be a linear matr...

9 months ago | 0

Answered
How to convert constants in parameters to variables in inputs in simscape?Invalid use of value 'density'.
Hi @ms z, The error message indicates that there's an issue with how the 'desnity' input is being used within the node definiti...

9 months ago | 0

Answered
Real-time EMG signal acquisition-Plots
Hi Iro, The issue, where the plot connects the last point with the first point, is likely due to inclusion of zero values in th...

9 months ago | 0

| accepted

Load more