photo

Carsci


Last seen: 1 year 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

PrincipaI scientist and engineer at Tier 1 Automotive supplier using Matlab/Simulink to design automotive control systems for exhaust gas aftertreatment applications.

统计学

MATLAB Answers

2 个提问
4 个回答

排名
4,482
of 297,457

声誉
12

贡献数
2 个提问
4 个回答

回答接受率
50.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How can I display signal names in the Title of a floating scope rather than the reference model name.
When using model reference on R2014b I noticed floating scopes in the referencing model can only select test pointed signals fro...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
For loop in Simulink
Here is a SIMULINK model that uses an Index Vector block with one-based indexing to get the ith data from T. Another Index Vecto...

10 years 前 | 2

| 已接受

提问


MCR dll 7.16 32-bit 64-bit Windows 7
Hi. I use R2011B on a 32-bit installation on Windows 7. Where can I find the files for the MCR dll that I can send to custome...

11 years 前 | 2 个回答 | 0

2

个回答

已回答
How can I only use a certain set of rows based on a string when reading an excel file?
You are allowed to use xlsread, right? So it seems this provides a way to do it. Assume the SEC data is on contiguous rows. U...

11 years 前 | 0

已回答
Can you clarify why the FOR END returns original values just at the end ?
This is how matlab works, variables are scoped inside a function so each function has its own workspace. When you are debugging ...

11 years 前 | 0

已回答
How do i solve this situation?
Use the output fid (fileID) from fopen for your while condition. When the while loop gets to the end of the list, if the file do...

11 years 前 | 0

| 已接受