Jan - MATLAB Central
photo

Jan


Renesas Design Netherlands

Last seen: 1 month 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: signal processing

统计学

MATLAB AnswersFrom 03/11 to 04/25Use left and right arrows to move selectionFrom 03/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
3 个回答

排名
12,030
of 297,986

声誉
3

贡献数
6 个提问
3 个回答

回答接受率
66.67%

收到投票数
3

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,028

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Saveas: missing half the figure!?
I have this same problem. Unfortunately the fix you describe is not clear to me. In my plot (single axes, with axes labels, til...

1 month 前 | 0

提问


Can you call Simulink models recursively?
Hi all, I have a feeling that what I try to do can be done more elegantly. Please let me know if you think of a solution. A di...

4 months 前 | 2 个回答 | 0

2

个回答

已回答
Making a histogram with two variables in the same graph
Another way of solving this is to create the histogram counts separately and plot the results with a bar() graph. binEdges = [...

3 years 前 | 1

提问


Properties (e.g. Name) are lost when adding a system to array of lti systems
When adding several systems to an array of subsystems, I lose the Name property. e.g. fc = 40; ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Can I display the value of an output of my block on its mask?
Is it possible to mimic the behavior of the display sink block on my own masks? I would like to modify the value of a slowly va...

7 years 前 | 1 个回答 | 2

1

个回答

提问


Using markup from an included file
My markup tends to be many more lines than my code, which makes debugging a nuisance. Is it possible to include it from a separ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Comma separated list generation
How can you expand a comma separated list from a repetition? I am searching for the elegant way to do something like this: ...

14 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I check for semicolon termination of my own function
I just realized that I just want the function to output text if I use it without assigning the output argument. So it would look...

14 years 前 | 0

提问


How can I check for semicolon termination of my own function
My function does something and then writes information to the screen by using function a = say_hi(b) a = b; fprin...

14 years 前 | 2 个回答 | 0

2

个回答