photo

Shiva Arun Kumar

MathWorks

Last seen: 대략 4년 전 2012년부터 활동

Followers: 0   Following: 0

메시지

I am an xPC Target quality engineer and have been a MathWorker since 2007.

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks.

**IMPORTANT NOTE**: Please be considerate and avoid sending personal messages to contributors on this forum. All users participate voluntarily, and in their spare time. Formulate your problem well and post it as a question on the forum. Be patient and allow time for it to be answered. There are some great tips in these discussions:

http://www.mathworks.com/matlabcentral/answers/728-how-do-i-write-a-good-question-for-matlab-answers

http://www.mathworks.com/matlabcentral/answers/20313-how-to-get-answers-for-my-unanswered-questions
Professional Interests: Rapid Prototyping, HIL Testing, Embedded Systems, Signal and Image Processing

통계

All
MATLAB Answers

0 질문
11 답변

Cody

0 문제
13 답안

ThingSpeak

2 공개 채널

순위
2,094
of 301,513

평판
32

참여
0 질문
11 답변

답변 채택
0.00%

획득한 표
4

순위
 of 21,312

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
34,108
of 175,031

참여
0 문제
13 답안

점수
140

배지 수
1

참여
0 게시물

참여
2 공개 채널

평균 평점
60

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Problem with xPC target parameter
Hi, Only the count is zeroed out for 16 and 32 bit reads. For 8 bit reads, the first element is zeroed since the first 0 mar...

대략 14년 전 | 0

| 수락됨

답변 있음
Two Step functions in Different Times , or reset a subsystem block
The step time parameter is with reference to the simulation time and not from the time the subsystem is enabled. For example ...

대략 14년 전 | 1

| 수락됨

답변 있음
Generating a C code using xPC target for simulink model of serial communication.
Hi Rohan, There are drivers available to support serial communication from within the Target application. The following link ...

대략 14년 전 | 0

| 수락됨

답변 있음
Try to get data saved from a file scope with Microsoft .Net Framework functions, but just recieve zeros
Hi Svenja, The commands to read the data from a file created using the File Scope ,from within MATLAB, are: file=xpctarg...

대략 14년 전 | 0

답변 있음
Storing vectors of different length in one single vector
Consider using cell arrays: http://www.mathworks.com/help/techdoc/matlab_prog/br04bw6-98.html

대략 14년 전 | 0

답변 있음
Removing grey pixels from an image
Why would this not work? bw=im2bw(I,0) Where I is the image that was read in.

대략 14년 전 | 0

답변 있음
Try to access time-stamped Data from an HostScope with Microsoft .Net Framework functions using VB
Hi Svenja, You can get the Time Data using the DataTimeObject of the xPCHostScope class. For example (C# code): xPCHost...

대략 14년 전 | 0

| 수락됨

답변 있음
If condition for each matrix elements
There may be many ways to do this but does this solution work for you? p=zeros(size(c)); p(intersect(find(c>.2)',find(c<...

대략 14년 전 | 1

| 수락됨

답변 있음
xpc target does not work with multiple NICs
Hi Mirko, http://www.mathworks.com/help/toolbox/xpc/gs/f1-4598.html As of R2010a: If the target computer has multiple...

대략 14년 전 | 1

답변 있음
xPC, getsignalid returns 0, NOT empty
Hi Kosuke, 0 is a valid signal ID and you are correct, [] is returned when the signal name is incorrect. For example, whe...

대략 14년 전 | 0

| 수락됨

답변 있음
Outport used in Real-Time Multicore Systems
Hi Jan, As you have mentioned in your post the following options do not work for a model that configured for concurrent execu...

대략 14년 전 | 1