photo

Satishkumar Aruljothi


Personal

Last seen: 6 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

Working in Automotive domain.

Send your queries to my email.

统计学

MATLAB Answers

0 个提问
9 个回答

排名
3,255
of 301,603

声誉
18

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
5

排名
 of 21,350

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,723

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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

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

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

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

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

10 years 前 | 3

| 已接受