photo

Neelanshu


Last seen: Today Attivo dal 2023

Followers: 0   Following: 0

Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistica

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

11 giorni fa | 0

| accettato

Risposto
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...

11 giorni fa | 0

| accettato

Risposto
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...

11 giorni fa | 0

Risposto
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...

11 giorni fa | 0

Risposto
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...

11 giorni fa | 0

Risposto
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...

11 giorni fa | 0

Risposto
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...

14 giorni fa | 1

Risposto
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...

14 giorni fa | 0

Risposto
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...

14 giorni fa | 0

| accettato

Risposto
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...

14 giorni fa | 0

Risposto
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...

28 giorni fa | 0

Risposto
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...

circa un mese fa | 0

| accettato

Risposto
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...

4 mesi fa | 0

Risposto
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...

4 mesi fa | 0

Risposto
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...

4 mesi fa | 0

Risposto
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...

4 mesi fa | 0

Risposto
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...

4 mesi fa | 0

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

4 mesi fa | 0

Risposto
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...

4 mesi fa | 0

Risposto
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...

4 mesi fa | 0

Risposto
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...

4 mesi fa | 0

Risposto
Computing output passivity index of a simple system using getPassiveIndex
Hi Siva, This is a limitation of the approach used for computation of the "getPassiveIndex". The frequency-domain test used is ...

4 mesi fa | 1

| accettato

Risposto
I am trying to do muscle fatigue analysis, what can be done changes in the code.
Hi Manav, The variable file_info is a 2x1 cell array for the "Fatigue_A.txt" stored in the zip file shared by you. As the error...

4 mesi fa | 0

Risposto
Tuned PID motor controller leads to a slow response
Hi IRO, The response of the model with PID controller is much faster than the one with only step input. In the case of PID ...

4 mesi fa | 0

Risposto
How does MATLAB choose states when linearizing a model (e.g. with linmod)?
Hi Timo, Simulink linearizes each block separately and combines the resulting individual linear models to get a full linearized...

4 mesi fa | 0

Risposto
Inconsistent/Diverging angular position with sine torque source
Hi Peio, The reason for the diverging angular position is the presence of a constant term in the angular velocity. This constan...

4 mesi fa | 0

Risposto
I was wondering how to compute the tilt angle from raw accelerometer data?
Hi jon, You can use "imufilter" function in MATLAB to estimate the tilt, as shown in the example below. However, it requires th...

4 mesi fa | 0

Risposto
Estimating tilt using a three axis accelerometer
Hi Alex, The problem with measuring tilt using the method you proposed is that acceleration is a 3-dimensional vector. As such,...

4 mesi fa | 0

Risposto
After building actuation system using Isothermal Liquid blocks (IL) in Simscape its showing error
Hi Kiran, I understand that you are looking to debug the following error: Plant model cannot be a pure direct feed-through sys...

4 mesi fa | 0

Risposto
how do i use Finite Element Method with z-transform
Hi peter, From your question, I understand that you are looking to solve the given transfer function using the "vpa" function. ...

4 mesi fa | 0

Carica altro