photo

Midhulesh Vellanki

Last seen: 대략 1개월 전 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 질문
8 답변

순위
4,465
of 300,381

평판
12

참여
1 질문
8 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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,...

6개월 전 | 0

답변 있음
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...

거의 3년 전 | 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...

거의 3년 전 | 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...

거의 3년 전 | 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...

거의 3년 전 | 답변 수: 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

대략 3년 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0