Réponse apportée
How to set YLim for multiple Yaxis on UIaxes
Hi Govind, I understand that you want to create a chart with two y-axes each having separate limits. When the right side of ...

3 mois il y a | 0

Réponse apportée
How to run phyton code using Matlab?
Hi Akmal, You can use the function 'pyrun' to execute python statements. The variables created using the pyrun function are per...

3 mois il y a | 0

| A accepté

Réponse apportée
The problem is to calculate unknowns and plot graph for Nu vs time.
Hi Madhvi, I understand that you want to compute the unknowns and plot the graph of Nu vs time. It seems in the code shared ...

3 mois il y a | 0

Réponse apportée
Asymptotic Time Complexity for the interior-point-convex quadprog method for sparse matrices
Hi Aditya, I understand that you want to know more about the asymptotic time complexity for interior point method for sparse ma...

3 mois il y a | 0

Réponse apportée
How to carry out operations inside a cell with two 4D complex double inside it
Hi Anusaya, I understand that you want to compute the mean of the two complex double, each being a 14x2x32x32 vector. You ca...

3 mois il y a | 0

Réponse apportée
How to solve for T_cold
Hi Gyang, I undrestand that you want to implement the continuous derivative of temprature using forward Euler discretization. ...

3 mois il y a | 0

| A accepté

Réponse apportée
Why does Matlab omit some entries? In this case, it omits the 0s, but it replaced other numbers with the asterisk before. Doesn't only happen with the adjoint function.
Hi Alexander, I understand that you want to remove the asterisk that is displayed after any operation is performed on the given...

3 mois il y a | 0

Réponse apportée
I keep getting an error when I try coding this:
Hi Salma, I understand that you are trying to evaluate the sin(x) series expansion and plot the error wrt the number of terms i...

3 mois il y a | 0

Réponse apportée
Determining electric field from electrostatic potential
Hi Somnath, I noticed an issue in the code regarding the use of the '-' operator with the 'imgradient' function in MATLAB. To e...

3 mois il y a | 0

| A accepté

Réponse apportée
how to delete the empty row in the excel with matlab
Hi Wenchao, You can delete the empty rows from an excel sheet by writing the post-processed data into an .XLSX file. You can id...

3 mois il y a | 0

| A accepté

Réponse apportée
get all rows from table by more than one categorical
Hi Markus, You can retreive get all data for various LogID values with a single command using the function 'ismember', as shown...

3 mois il y a | 0

| A accepté

Réponse apportée
Can't get better interpolation at some points
Hello Azam, I understand that you want to interpolate the 'Gain' variable. As @Walter Roberson mentioned, the 'plot' functio...

3 mois il y a | 0

Réponse apportée
i am getting when trying to 6th order dynamic equation uisng matlab function in simulink, '
Hello Hameed, The error usually occurs when large or infinite signals are fed into an 'Integrator' block. In this case, it is r...

3 mois il y a | 0

Réponse apportée
principal component analysis pca
Hello Mohaneed, I understand that you want to use PCA approach on the dataset of images. The signal shared can't be used for PC...

3 mois il y a | 0

Réponse apportée
How to open and modify .dat file
Hi Akmal, You can open the file using 'fread' function by following the below-mentioned steps: Open the file for binary read a...

3 mois il y a | 0

Réponse apportée
Obtain information after text pattern
Hi Richard, You can extract the numerical value in all such text patterns "material[x]:damping-constant = 1.0" in the shared .M...

3 mois il y a | 1

Réponse apportée
Can't connect branch with block in simulink
Hello Chandrakanta, The issue occurs because the block to measure the current in the circuit built is not from the Simscape E...

3 mois il y a | 0

Réponse apportée
When i call and run this code it just save the Phase1 results in CSvV file not other results .
Hi Ehtisham, I understand that you are unable to save CSV results other than 'Phase1.csv'. The issue occurs because the Phas...

4 mois il y a | 0

| A accepté

Réponse apportée
MATLAB file on opening showing weird symbols or letters
Hi Mayank, I understand that you are getting weird symbols when opening a .M file. The attached text states that it is a .MA...

4 mois il y a | 0

Réponse apportée
How can I remove objects that fit within a certain circular radius?
Hi Sanjana, I understand that you would like to remove the smaller circles in the given image. The smaller circles in the imag...

4 mois il y a | 0

Réponse apportée
Controlled Voltage Source (Three-Phase)
Hi Yunzhong, I understand that you are facing an issue with the difference in the value measured by the sensor and the original...

4 mois il y a | 0

| A accepté

Réponse apportée
i have an error at line 13 xi1 and below it. how to correct it for runge kutta method
Hi Alec, As Jan mentioned, kindly describe the error you encountered. I assume that the error is Unrecognized function or var...

7 mois il y a | 0

Réponse apportée
Transient initialization at time 54.39498355937668, solving for consistent states and modes, failed to converge. Nonlinear solver: failed to converge, residual norm too large.
Hi Boniface, Kindly provide the complete model & subsystem files associated with this error. The error, Nonlinear solver: faile...

7 mois il y a | 0

Réponse apportée
Vehicle suspension design problem in simscape
Hi Parag, The reason why the output of the force sensor block is similar to the input force is because "Ideal Force Sensor" blo...

7 mois il y a | 0

Réponse apportée
vpasolve gives wrong solution
Hi Alessio, As Srijith mentioned kindly share the error message and the issue faced by you. Since the code runs without any err...

7 mois il y a | 0

Réponse apportée
Fourier series expansion from data points
Hi Bartosz, The functions you used for computation of the fourier coefficient is erroneous. The formula for discrete time four...

7 mois il y a | 0

Réponse apportée
Fitting data on equation
Hi Alessandro, You can use the "lsqcurvefit" function , which solves nonlinear curve-fitting problems in least-squares sense, t...

7 mois il y a | 0

Réponse apportée
Non-linear Spacing on spectrogram
Hi Farid, You can use the "spectogram" function to obtain the STFT (Short-Time Fourier Transform) of the signal. Then, you need...

7 mois il y a | 0

Réponse apportée
Write to Arduino Analog pins from Simulink
Hi mahdi, The digital output block can only handle the digital output pins (0-13). Any value greater than 13, representing A0-A...

7 mois il y a | 0

Réponse apportée
Finding a transfer function from time series data in simulink
Hi Zara, As Mathieu mentioned you can obtain a frequency response function with the "tfestimate" function, which assumes the no...

7 mois il y a | 0

Charger plus