
Midhulesh Vellanki
Staff member on Simulink Test product. Background in automotive and autonomous vehicles
Python, C++, C, MATLAB
Spoken Languages:
English, Telugu
Professional Interests:
Testing Frameworks, Sensors, Deployment, Integration, and Supported Hardware, Robotics, Automotive
Statistics
RANK
3,659
of 281,581
REPUTATION
12
CONTRIBUTIONS
1 Question
7 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 19,052
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 133,826
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
Content Feed
Integration of MATLAB with NI VeriStand using .dll format
This previously answered question might be relvant: https://www.mathworks.com/matlabcentral/answers/452267-can-i-generate-dlls-u...
9 months ago | 0
Is it possible to run the code in my computer and send the information to Arduino (Simulink)?
Hi Victor, there are several ways for doing this, depending on what you are trying to test One the most striaght forward ways...
9 months ago | 0
| accepted
How to make lines at given angles?
you pretty much have it, you just need to loop over the code for generating the lines and plotting, in MATLAB plotting goes as p...
9 months ago | 0
Question
Tune Arduino using XCP over CAN
Hello, I am trying to use Arduino MKR 1000 with CAN sheild as Dummy ECU for my testing. I want to be able to do XCP over CAN for...
10 months ago | 1 answer | 0
1
answerMATLAB API for web
You could use Restful api. Checkout the documentation at: https://www.mathworks.com/help/mps/restfuljson/restful-api.html
12 months ago | 0
different locations of y-axes and ylabels in subplots
You can do something like the code below. please note that Ylabel is a child of YAxis that's why the label move along with the a...
1 year ago | 0
| accepted
how to maintaing the last value of a variable to be used in the next loop cycle of a simulation?
For a timeseries variable you can access data using Data property.If your variable name is `var`, use `var.Data(end)` to access ...
1 year ago | 0
| accepted
Execute command on Host PC (windows) triggered by simulink real time model
This might be a little late but here is my suggestion: You stream data using matlab sdi command line interface. So you can add ...
1 year ago | 0