Vinayak Gupta
MathWorks
Followers: 0 Following: 0
I am an Engineer at MathWorks India.
Python, C++, C, Java, Javascript, R, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Statistics
0 Questions
12 Answers
RANK
12,034
of 295,467
REPUTATION
4
CONTRIBUTIONS
0 Questions
12 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
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
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
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
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
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
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
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
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
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
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
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 ...
2 years ago | 0