photo

nick


Last seen: 22 jours il y a Actif depuis 2023

Followers: 0   Following: 1

Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistiques

MATLAB Answers

0 Questions
165 Réponses

RANG
724
of 298 896

RÉPUTATION
106

CONTRIBUTIONS
0 Questions
165 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
11

RANG
 of 20 655

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 162 825

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 =...

environ 2 mois il y a | 0

Réponse apportée
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 ...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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 ...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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 =...

environ 2 mois il y a | 0

Réponse apportée
deconvolution problem
Hello jordi, To perform deconvolution and retrieve the OFDM signal from the circularly convolved signal, you can follow these s...

environ 2 mois il y a | 0

Réponse apportée
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 ...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

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

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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: ...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

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

environ 2 mois il y a | 0

Réponse apportée
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 ...

environ 2 mois il y a | 0

Réponse apportée
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...

2 mois il y a | 0

Réponse apportée
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...

2 mois il y a | 0

Réponse apportée
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 ...

2 mois il y a | 0

Réponse apportée
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...

2 mois il y a | 0

Réponse apportée
regarding dimpulse
Hi swamy, Kindly share the code for computation of the impulse response to help identify the issue. Alternatively, please ensur...

2 mois il y a | 0

Réponse apportée
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 ...

2 mois il y a | 0

Réponse apportée
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...

2 mois il y a | 0

Réponse apportée
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...

2 mois il y a | 0

Réponse apportée
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...

4 mois il y a | 0

Réponse apportée
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...

8 mois il y a | 0

Réponse apportée
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...

8 mois il y a | 0

Réponse apportée
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...

8 mois il y a | 0

| A accepté

Charger plus