Gaurav Ahuja
Mathworks Pvt Ltd
Followers: 0 Following: 0
Part of Engineering Development Group at Mathworks Pvt Ltd. Professional interests :- MATLAB, SIMULINK, HDL Coder, Vivado, Microcontrollers Any comment made here is solely my opinion and owned by me. Mathworks is not responsible for whatever I say. Hence it would be perfectly fine when other community members give a better opinion as they might be a subject matter expert for that issue. Feel free to add your comments to add some knowledge to a discussion or for correcting me whenever i might seem wrong.
Statistics
0 Questions
8 Answers
RANK
4,876
of 295,467
REPUTATION
10
CONTRIBUTIONS
0 Questions
8 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
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
Error when trying to connect to beagle bone
If this is the first time you are connecting with the board please use the following bbb = beaglebone(deviceaddress,usern...
7 years ago | 0
If i have an array of four column and i want to write a program for the 3rd column like (x1^2-x2^2) + (x2^2-x3^2) + (x3^2-x4^2).....implies (square of 1st row, 3rd column- sq of 2nd row,3rd column) + ............
it is unclear from the description the type of equation you would want to address in your program. But I think you are strugglin...
7 years ago | 0
Video Display with Histogram
I think this should help. if true v = VideoReader('SampleVideo_640x360_1mb.mp4'); ii = 1; while hasFrame(v) ...
7 years ago | 0
Which 3d plot function would best produce a plot like this?
It is very unclear from the description and the attached image about what kind of graph do you want to achieve. However, the pl...
7 years ago | 0
Creating a list to select graphs on figure
From what I could understand about the situation after reading the conversation in the comments is that you are unable to access...
7 years ago | 0
Best way to generate specific GUI
Well to get this off the grounds for you, I'll try to be very specific and try to answer your different queries to the point. ...
7 years ago | 0
| accepted
Why is version of MATLAB R2016a = 9.0 instead of 8.7 (like Simulink and Stateflow)
The release numbers of different products provided by MathWorks are assigned depending on the need felt by the developers as and...
7 years ago | 1
| accepted
Overlaying Contour plot and png image
It is difficult to identify the reason for obtaining the results shown by you, as there is no data provided to deal with. It wou...
7 years ago | 0