photo

Satishkumar Aruljothi


Personal

Last seen: 5년 초과 전 2016년부터 활동

Followers: 0   Following: 0

메시지

Working in Automotive domain.

Send your queries to my email.

통계

MATLAB Answers

0 질문
9 답변

순위
3,234
of 300,331

평판
18

참여
0 질문
9 답변

답변 채택
0.00%

획득한 표
5

순위
 of 20,920

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,093

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Simulink model for BeagleboneBlack doesn't build: 'unknown type __uint64_t'
Try this <https://in.mathworks.com/matlabcentral/answers/264680-error-on-compilation-of-example-getting-started-with-embedded...

대략 9년 전 | 1

답변 있음
How to get C-code generated from Simulink systems to have same I/O names as the I/O port name of the block?
You need to make the particular/desired subsystem to atomic. MATLAB treats it as single unit with input and output. right cli...

대략 9년 전 | 0

답변 있음
How to add html documentation for custom code generator options?
Open the model and go to Configuration parameter-->code generation select generate code generation info. it will generate ...

대략 9년 전 | 0

답변 있음
Is there a way to include a precompiled C library in a Stateflow/Simulink chart for embedded systems?
Hello Chris, If you want to share your C-files in S-function form with your colleague,then you need compile your c-fi...

대략 9년 전 | 0

답변 있음
How do I get my Custom Storage Class (defined by the cscdesigner) to show up in the Data Dictionary Storage Class drop-down list?
>> cscdesigner -advanced type the above command and select the package ,you will see your CSC class

대략 9년 전 | 0

답변 있음
How to create a 2D lookUp table in matlab
<</matlabcentral/answers/uploaded_files/57140/black_box.jpg>> Use 2-D looup table from simulink library. see the attached ...

대략 9년 전 | 1

답변 있음
Matlab takes 15 minutes to start, and significantly slows down PC once running.
Try this ust put a file called "java.opts" containing the Java option "-Dsun.java2d.pmoffscreen=false" into the directory *m...

대략 9년 전 | 0

| 수락됨

답변 있음
Is there a way to get a signals properties in Matlab?
I think you are trying to retrieve 'data type' from CSC type variable. you can simply use variable_name.DataType. >> Myvar...

대략 9년 전 | 0

답변 있음
How to resize GUI
You need to drag the Small black box to resize the GUI. The following options is used to rescale the UI components in GUI acc...

대략 9년 전 | 3

| 수락됨