photo

Sandeep Mishra


Last seen: 9 dagar ago Active since 2023

Followers: 0   Following: 2

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

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

9 dagar 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...

12 dagar 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 ...

12 dagar 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...

16 dagar 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...

17 dagar 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'...

17 dagar 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 ...

ungefär ett år 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 ...

ungefär ett år 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 ...

ungefär ett år ago | 0

| accepted

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

| accepted

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 1

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

ungefär ett år ago | 1

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

ungefär ett år ago | 1

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

ungefär ett år ago | 1

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

ungefär ett år ago | 1

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

ungefär ett år ago | 1

| accepted

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

ungefär ett år ago | 3

| accepted