photo

Tao Cui


Last seen: 9 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
5 个回答

排名
19,553
of 300,779

声誉
2

贡献数
4 个提问
5 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 2
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Is it possible to access simulink model workspace from TLC?
I can answer my own question: First, have a callback function in TLC, in my case it is a dialog rtwoptions(oIdx).callback ...

2 years 前 | 0

| 已接受

提问


Is it possible to access simulink model workspace from TLC?
I have a customized TLC for code generation that needs to store and access some customized parameter for code generation project...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Simulink Coder external mode error: Simulink cannot upload data to xxx because one of its driving blocks is a top level inport
I have one inport connected to the scope, and I generated the code and run it in external model. I got this error below, and the...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
predict DAGnetwork error in compiled .exe
You can do this: In the compiler interface click that "Settings" logo. In settings, copy and paste the following string to that...

6 years 前 | 0

已回答
MCR issue at initialization
not sure if your problem was solved since this is an old post. I have encountered same issue and this post solved my problem: ht...

8 years 前 | 0

已回答
DAQ toolbox memory leak
The root cause to this problem is the handleDataAvailable method in "AsyncIOInputChannel.m" of daq toolbox's NI interface part. ...

8 years 前 | 1

已回答
Memory Issue with DAQ
Check out my answer in this post: <https://www.mathworks.com/matlabcentral/answers/279857-daq-toolbox-memory-leak> It seems ...

8 years 前 | 0

提问


Will I receive "Out of Memory" error eventually: Both the "Memory available for all arrays" and "Memory used by Matlab" increase
Hi, I have a Matlab program that need to run for months continuously. I keep monitoring the memory usage by using "memory" comma...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to check how many events/callbacks have been queued in Matlab
I have a daq session that runs by startBackground(). It continuously samples analog channels and keeps firing an event and cause...

9 years 前 | 1 个回答 | 0

1

个回答