photo

Vinayak Gupta

MathWorks

Active since 2023

Followers: 0   Following: 0

I am an Engineer at MathWorks India.

Programming Languages:
Python, C++, C, Java, Javascript, R, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi

Statistics

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Show ANOVA table in app using App Designer
Hey Ewoud, Creating the whole app in the comments won't be very functional. I am attaching a link to App Designer documentation...

1 year ago | 0

Answered
how to show custom properties in workspace
Hey Thomas As the properties created are private, it won’t be possible to display them is custom properties, but we can displa...

1 year ago | 0

Answered
Importing data from Delsys Trigno software .csv
Hi Ines, As per my understanding you want to translate two variable rows into one. And then process them to modify text as per...

1 year ago | 0

Answered
Imposing a sine wave on line graph
Hi Joseph, I just went through your code, and it is actually correct. A simplified version of mine is attached here. x = linsp...

1 year ago | 0

Answered
UIAxes are not working in the matlab web app
Hi As you mentioned that the figure is visible in app designer and even when someone else compiles the same app. Here are a fe...

1 year ago | 0

Answered
Creating 'LD_LIBRARY_PATH' for MATLAB runtime conflicts with QT
Hi Atin It is currently not possible to run a standalone application within MATLAB as they are designed to be shared and run wi...

1 year ago | 0

Answered
R2022b Excessive Runtimes (MacOS)
Hi Kayson It is very difficult to help without code. ALso, MATLAB for M1 is in open beta right now so, there can be some unexpe...

1 year ago | 0

Answered
How do I extract custom data tip info
Hi David The DataTipTemplate functionality is only able to modify that datatip display. It cannot modify the internal data, whi...

1 year ago | 0

Answered
To receive data in the MATLAB using MQTT protocol
Hi Your code seems to be accurate until the while loop starts. I am not sure if read function works in the way you used it. In...

1 year ago | 0

Answered
Loop to Identify changes/steps for each column of a matrix
Hi Simone, I went through your last question and the file that you shared. The first problem is to identify values that are les...

1 year ago | 0

| accepted

Answered
Matlab commands in Javascript: Failed to launch 'matlab:' (2019a)
Hi Jason, You got it right, the matlab protocol won't work on your browser. You need to start a browser inside the matlab envir...

1 year ago | 0

Answered
draw a mesh by entering elements and nodes by Location
Hi Sara, To my understanding, you want to create a mesh plot for a set of nodes with their given location (in X, Y). Taking ...

1 year ago | 0