Midhulesh Vellanki
Followers: 0 Following: 0
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
Estadística
1 Pregunta
7 Respuestas
CLASIFICACIÓN
4.045
of 295.467
REPUTACIÓN
12
CONTRIBUCIONES
1 Pregunta
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
casi 2 años hace | 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...
casi 2 años hace | 0
| aceptada
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...
casi 2 años hace | 0
Pregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaMATLAB API for web
You could use Restful api. Checkout the documentation at: https://www.mathworks.com/help/mps/restfuljson/restful-api.html
alrededor de 2 años hace | 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...
más de 2 años hace | 0
| aceptada
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 ...
más de 2 años hace | 0
| aceptada
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 ...
más de 2 años hace | 0