photo

Midhulesh Vellanki

Last seen: environ 2 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Message

Staff member on Simulink Test product. Background in automotive and autonomous vehicles

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English, Telugu
Professional Interests:
Testing Frameworks, Sensors, Deployment, Integration, and Supported Hardware, Robotics, Automotive

Statistiques

MATLAB Answers

1 Question
8 Réponses

RANG
4 465
of 300 791

RÉPUTATION
12

CONTRIBUTIONS
1 Question
8 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 108

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can connect Matlab with CANoe vector
Hello, You can explore using ASAM XIL as well. This standard allows connection between test automation tools and test benches,...

8 mois il y a | 0

Réponse apportée
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...

environ 3 ans il y a | 0

Réponse apportée
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...

environ 3 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 3 ans il y a | 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...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
MATLAB API for web
You could use Restful api. Checkout the documentation at: https://www.mathworks.com/help/mps/restfuljson/restful-api.html

plus de 3 ans il y a | 0

Réponse apportée
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...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
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 ...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
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 ...

presque 4 ans il y a | 0