photo

Sandeep Mishra


Last seen: Today Active since 2023

Followers: 1   Following: 2

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
About the DeLong test
Hi Takeharu, I executed the code snippet in MATLAB R2023a and encountered the same error you mentioned. Upon debugging the cod...

1 day ago | 0

Answered
Need help to correct and modify MATLAB code
Hi Moustafa, From the provided code snippet, it is evident that you are trying to plot the data and based on the varying value...

2 days ago | 0

Answered
Help with plotting histogram from audio file
Hi AZ0, I encountered a similar error using the ‘findpeaks’ function while running the code snippet in MATLAB R2024a. Upon ...

5 days ago | 0

Answered
CORRECT THE FOLLOWING MATLAB SCRIPT, error in =untitled3 (line 8) / sys = ss(A, B, C, D); ???
Hi Meoui, Upon reviewing the provided code snippet, it is evident that the matrix 'A' has dimensions of 8x8, while the matrix '...

7 days ago | 0

Answered
Programmatically Set Argument Field Of Simulink Parameter
Hi Ross, To set the ‘Argument’ property of the ‘Simulink.Parameter’ object, you can leverage the ‘set_param’ function in MATLA...

8 days ago | 1

| accepted

Answered
Simulink Initial Conditions - Active/Deactive Input and Initial State from MATLAB Script
Hi Rodrigo, To enable or disable parameters in a Simulink model, you can effectively use the 'set_param' function in MATLAB. T...

9 days ago | 1

| accepted

Answered
Outer products are faster with b*b' in matlab?
Hi Z, From the code snippet, it's clear that you are aiming to calculate the product of a matrix with its transpose, where a s...

10 days ago | 0

| accepted

Answered
Having Trouble Graphing the point for PRCP. please help.
Hi Luke, Upon debugging the code, I observed that you are using 'mean' function with a dimension parameter of 1, which calcula...

12 days ago | 0

Answered
Help: Can not import .EDF file into MATLAB or EEGLAB. ERROR - File size relating to bytes?
Hi Greg, I attempted to open the publicly available 'Conscious-SEEG-Dataset' file 'sub-1001_task-con2ana_ieeg.edf' and encounte...

12 days ago | 0

Answered
Solution of second order BVP with variable functions
Hi Ashok, To solve a second-order boundary value problem (BVP) in MATLAB, you can utilize the ‘bvp4c’ and ‘bvp5c’ functions. ...

13 days ago | 0

Answered
How I can to resolve the code below?
Hi Ky, I executed the code snippet in MATLAB R2022a and encountered the same error. After investigating further, I came acr...

14 days ago | 0

Answered
How to compute diffraction integral using fast Fourier transform (fft2) ?
Hi Sohail, Upon executing the code snippet in MATLAB R2024a, I encountered the same outcome. During the debugging process, I i...

15 days ago | 1

Answered
definite integral by using Midpoint rule
Hi L, From the code snippet, I realized that you are working on plotting a curve with multiple rectangular plots and aim to fi...

15 days ago | 0

Answered
the code is not running showing collacation error...
Hi Uma, While running the code snippet in MATLAB R2024a, I encountered a similar error. It can be observed that you are atte...

16 days ago | 0

Answered
How to create an all zero array whose dimensions are defined by the Simulink parameters in the data dictionary?
Hi, It appears that you are attempting to generate C code from the 'test.slx' Simulink file in MATLAB R2021b and you are encou...

26 days ago | 0

Answered
Exporting figures with minimal whitespace via exportgraphics() works only for .png, but not for .eps or .pdf format?
Hi, It appears that you are encountering an issue with the 'exportgraphics' function, where exporting a 'figure' to PDF and EP...

26 days ago | 0

Answered
Why do I have two waveforms in my plot while I should have only one?
Hi Dimakopoulos, I noticed from the attached screenshot that you have two input vectors, ‘x’ and ‘y’, each of size 360x1, resu...

27 days ago | 0

Answered
Real time NI-DAQ data plot in Matlab with animatedline.
Hi Taran, I observe that you are working on modifying the x-axis of your plot from a 'datetime' range to a 'double' range spann...

29 days ago | 0

Answered
Exportgraphics is not overwriting
Dear Vivek, Upon running the code snippet in MATLAB R2022a, I noticed that the ‘exportgraphics’ function is working properly a...

29 days ago | 0

Answered
EDF writing - error when using cell array as signal DATA
Hi Wensor, I reviewed the code snippet and encountered a similar issue in MATLAB R2023b. Upon further investigation, I disco...

30 days ago | 0

| accepted

Answered
How Does SeriesIndex Work with LineStyleOrder?
Hi Paul, I ran the provided code snippet and observed the similar results. I found a way to set the ‘LineStyleOrder’ proper...

1 month ago | 0

| accepted

Answered
how to plot the phase shift
Hi 학준, While reproducing the provided code snippet in MATLAB R2024a, I noticed the following observations: The variable “rp”...

2 months ago | 0

Answered
Why do I receive this error of "evaluating TimerFcn", "'BuildDirOrModelName' is invalid" in command window of Matlab? How this can be fixed?
Hi Shubham, I recognize that you are using Simulink Real-Time with Speedgoat hardware for HIL test and facing the following er...

2 months ago | 1

Answered
uifigure() laggy with multiple axes, figure() does not support scrollable components
Hello Guillaume, I understand that you are trying to make an interface to display data from multiple measurement channels and ...

2 months ago | 1

Answered
How to calculate the poles of the fractional transfer function
Hi Sicong Wen, To plot the poles and zeros of a fractional transfer function, you can use ‘pzmap’ function in MATLAB. It takes...

2 months ago | 0

Answered
the app I created in MATLAB App designer is not responding, it worked before but now it has stopped responding, even I can't close the desktop window
Hi Nayab, I understand you are encountering an error while running the ‘Show Filtered Signal’ button in the App designer. I ob...

2 months ago | 0

Answered
How can I plot a matrix using pcolor and colorscale as log?
Hello AMIT SINGH CHANDEL, I understand you are encountering an error while plotting the time series data with the 'ColorScale'...

2 months ago | 0

Answered
How to find intersections in contour plot?
Hello Sarinya, I understand that you want to find the intersection points of you contour plot for y==-3, But you are using the ...

1 year ago | 0

Answered
what is the meaning of this error, "??? Undefined function or method 'Restart' for input arguments of type 'char' when using Matlab?
Hello ELISHA, I tried running your commented code and found some different issue in your while loop. Your code is running out ...

1 year ago | 0

Answered
Problem with selecting location in appdesigner
Hello Mahdi, I understood that you want to keep your app window in front after using uigetdir. To resolve this issue, You can ...

1 year ago | 0

| accepted

Load more