photo

Sandeep Mishra


Last seen: 10 days 前 自 2023 起处于活动状态

Followers: 0   Following: 2

统计学

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

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

10 days 前 | 0

已回答
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...

13 days 前 | 1

已回答
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 ...

13 days 前 | 1

已回答
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...

17 days 前 | 0

已回答
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...

18 days 前 | 0

已回答
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'...

18 days 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
how to visualize missing values by matrix plot or heatmap plot?
Hello OMAR, I understood that you want to highlight some cells of your plot for missing values. You can refer the below answer...

1 year 前 | 0

已回答
private properties for UI component in app designer
Hello Aleksandr, I understand that you are trying to create a private property of the UI component, but you cannot access that ...

1 year 前 | 0

已回答
Error message when placing any component in app designer.
Hello Sólyomvári, I understood from our discussion in the comments that the possible reason for the error is MATLAB doesn't hav...

1 year 前 | 0

| 已接受

已回答
Why is nothing showing up on my plots?
Hello Jade, I understood from our discussion in the comments that you are trying to plot multiple plots (in your case = 50) In...

1 year 前 | 0

已回答
How do I use 2 separate app DropDown components to plot different values stored in a table?
Hello Cathal, I understood that you are trying to fetch some n*m table data and want to fill X and Y dropdown with table header...

1 year 前 | 0

已回答
plotting live simulation graph from the simulink to matlab app designer.
Hi Ayush, I understand that you are trying to plot Live simulink model in your Matlab App Designer. You can refer to a similar...

1 year 前 | 0

已回答
Import selected row data of selected sheet in a Google sheet to MATLAB Appdesigner and populate a table (UITable)
Hello Toufique, I understand that you are trying to import data from a google spreadsheet and want to display data into 4 diffe...

1 year 前 | 1

已回答
uicontrol does not allow 'remove' as String during component creation
Hello Jonas, I understand that you are trying to use the 'remove' value in uicontrol but not getting the desired result. In ...

1 year 前 | 1

已回答
Matlab app designer isn't plotting on the UI axes, and actually isn't plotting any results at all.
Hello William, I understand that you are trying to plot three graphs using UIAxes in app designer. In MATLAB, "hold(ax,_)" fun...

1 year 前 | 1

已回答
How to mark the shadded area in the scatter plot
Hello Tayyaba, I understood that you are plotting three plots "Maximum", "Average" and "Minimum" and want to shade the regions ...

1 year 前 | 1

已回答
What is the best way to fill the areas between lines in a graph with logarithmic axis?
Hello Stefan, I understood that you are trying to plot two graphs "faktorOG" and "faktorUG" on the semilog axis "Frequenzen" an...

1 year 前 | 1

已回答
why do we get different values by angle command
Hello Kavita, I understand that you are trying to create a Fourier series with M points, fundamental frequency N and you are al...

1 year 前 | 1

| 已接受

已回答
How can I somehow highlight (with a specific color, for example) some cells in a heatmap, like only those whose values meet a condition, such as > 200?
Hello Laura, I understand that you want to create a heatmap for some range of values and want to highlight some specific cells...

1 year 前 | 3

| 已接受