Community Profile

photo

Vimal Rathod

MathWorks

Last seen: más de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

I am an Application Support Engineer at Mathworks. My main responsibilities are supporting customers by answering in MATLAB Answers and also supporting developement teams at Mathworks.

My areas of interest are Simulink, MATLAB, Image processing, Computer Vision and Deep Learning.

DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of Mathworks.

Estadísticas

All
  • Revival Level 3
  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Persistent variables from Simulink to Matlab
Hi, You could refer to the following link to know mroe about how to export the simulink data from the model to the worksapce. ...

casi 3 años hace | 0

Respondida
Change the color of a line in a multilines plot when mouse over the particular line
Hi, Below is a link to a similar question, once you identify the line on the plot you could highlight it by increasing the 'Lin...

casi 3 años hace | 0

Respondida
Add context menu when LEFT click on button (app design)
Hi, You could try setting up 'HitTest' property of the Image to 'off' that way your UI could register its clicks and hopefully ...

casi 3 años hace | 0

Respondida
Paraboloid and Cylinder surface
Hi, From the given equations in your question the solution to the value would be (0,0) as the equation of cylinder creates a su...

casi 3 años hace | 0

Respondida
How can I plot a boundary between real and imaginary solutions in a 3D graph?
Hi, If you just want to connect points you could use the surf function on the x,y,z values obtained at the end. If you want to ...

casi 3 años hace | 0

Respondida
How can I interpolate a graph with 3 nodes?
Hi, For splines to work effectively, you have to pass more than one point. Instead of the for loop which you were using, you co...

casi 3 años hace | 0

| aceptada

Respondida
LSTM get percentage of each class
Hi, You could use "predict" function to predict indiviual prediction probabilities. You can multiply by 100 to get the percenta...

casi 3 años hace | 1

| aceptada

Respondida
Plotting a shapefile.
Hi, You could try using FaceAlpha property of mapshow to reduce the transparency of the polygons. Have a look at this example s...

casi 3 años hace | 0

| aceptada

Respondida
How to solve this error "Reference to non-existent field 'axes5".
Hi, you could get the handle of the GUI element specific to the tag using the following code. h = findobj('Tag','axes5') Refe...

casi 3 años hace | 0

Respondida
How to change the value in edit field and Simulink model constant at the same time in the app designer?
Hi, You could use the "ValueChangedFcn" callback to create a callback for the editfield in the app. Then in the callback code y...

casi 3 años hace | 0

Respondida
Simulink from first order equation (ode45)
Hi, Refer to the following link to know more about how to create simulink model for differential equations. Model Differential...

casi 3 años hace | 0

| aceptada

Respondida
Integration on both sides of the equation
Hi, You could refer to the following links to create two different integral expressions and equate them to make an equation wit...

casi 3 años hace | 1

| aceptada

Respondida
Solenoid - Integration of inductance L as a function of plunger position x
Hi Goutham, Few things I would like to point out are, you seem to be passing a lot of arguments to the ode45 function call whic...

casi 3 años hace | 0

Respondida
Bin data for 2 state model HMM
Hello, It isn't possible to run with your bin data as the HMM sequence must be 1 and 2 in case of two state model as this is ho...

casi 3 años hace | 0

Respondida
How do you perform correlation coefficient for every ten rows in a specific column of a matrix?
Hi, You could use the following snippet to find out correlation coefficient over every 10 rows of some specific column. r = ra...

casi 3 años hace | 0

Respondida
Equations of motion from simscap multi body
As of now there isn't any way to extract equations of motion from simscape multibody as it was designed to help users by abstrac...

casi 3 años hace | 0

Respondida
Profile Matlab System block in Simulink
Hello, Like you said, the Simulink profiler would not show MATLAB line-by-line profiling results - rather it will show the time...

casi 3 años hace | 0

Respondida
App Designer show mdl_twolink in UiAxes Component
Hi, I would recommend you to try using the plot without the twolink.plot function unless the twolink.plot function returns x,y ...

casi 3 años hace | 0

Respondida
Why can't i start the "androidFaceDetectionAndTracking"?
Hello, Few recommendation from myside based on the information you provided. 1) Verify the existance of the file which is to b...

casi 3 años hace | 0

Respondida
Cat and do recognition kaggle dataset and run out an error of imread
Hi, Most probably when such errors occurs the problem is usually in the file it is trying to parse. Try putting a breakpoint at...

casi 3 años hace | 0

Respondida
How to build a multiple output regression model?
Hi, Currently there might not be any function like 'fitrauto' for multi-response variable regression but you could create your ...

casi 3 años hace | 0

Respondida
I have completed the matlab onramp course, but its still showing 97% completed.What do I do?
Hi, Make sure you have green tick marks beside each item in the course content list, there might be a list item where you might...

casi 3 años hace | 0

Respondida
how to change the colorbar spacing
Hi, You could use the 'TickLabels' property of colorbar to put the labels which you need in the places where you would like to ...

casi 3 años hace | 0

Respondida
How to find area under graph between two points ?
Hi, If you would want to find area by specific points from array, you could use the indices of array to find the area. M = tra...

casi 3 años hace | 0

Respondida
setup data type in Matlab to export in SQL
Hi, You could refer to the following link for an example on specifing data type before insertion into table and there are other...

casi 3 años hace | 2

| aceptada

Respondida
Selection of a signal area to detect fixed point
You could use the "getsamples" function programmatically which returns subset of the timeseries in a specified time region. This...

casi 3 años hace | 0

| aceptada

Respondida
Plotting a circular region from a function
Below is a link to a similar question which might be of help to you. How can I plot the region for two inequalities? - MATLAB A...

casi 3 años hace | 1

| aceptada

Respondida
How to add error bars onto 3bar?
Hope this might be of help to you with plotting errorbars on 3d Bar Plot. 3D Bar Plot with Error Bars - File Exchange - MATLAB ...

casi 3 años hace | 0

Respondida
Overwrite single row excel information based on Unique ID in column data
Hi, You could use the find and strcmp functions to find the index where the name or uniqueIndex matches. newName = "Diana"; d...

casi 3 años hace | 0

Respondida
How to generate unmodulated train of pulses of certain pulse width, and certain pulse repetition frequency, with certain sampling frequency?
Hello, Have a look at the documentation link of pluse train, it provides various examples of how to tweak each variable to get ...

casi 3 años hace | 0

Cargar más