photo

Midhulesh Vellanki

Last seen: 20 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

MATLAB Answers

1 个提问
7 个回答

排名
4,394
of 297,457

声誉
12

贡献数
1 个提问
7 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

查看徽章

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...

2 years 前 | 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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
MATLAB API for web
You could use Restful api. Checkout the documentation at: https://www.mathworks.com/help/mps/restfuljson/restful-api.html

2 years 前 | 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...

3 years 前 | 0

| 已接受

已回答
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 ...

3 years 前 | 0

| 已接受

已回答
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 ...

3 years 前 | 0