photo

Crish


Last seen: 5 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
2 个回答

排名
34,211
of 300,352

声誉
1

贡献数
5 个提问
2 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


From .m file to app designer
I'm still new in app designer and I would request if you could change all the codes that needs to be changed in order to put my ...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Can you make the output of this graph have multiple colors, like one timing bit is one color and the next one is another color.
It's fine now. I already solved the problem. Thank you for your ideas.

5 years 前 | 0

已回答
Can you make the output of this graph have multiple colors, like one timing bit is one color and the next one is another color.
I tried your code but it's not really much working on a square wave. It's not making a vertical line.

5 years 前 | 0

提问


Can you make the output of this graph have multiple colors, like one timing bit is one color and the next one is another color.
h = [1 1 0 1 0 1 0 1]; bitrate = 1; n = 1000; T = length(h)/bitrate; N = n*length(h); dt = T/N; t = 0:dt:T; x = zeros(1,l...

5 years 前 | 3 个回答 | 1

3

个回答

提问


I'm trying to plot a unipolar NRZ using app designer and there seems to be an error while try to press the push button. Can you help me find a way to solve this?
value = app.Button.Value; clc;clear; %NRZ unipolar line coding n=[1 0 1 0]; ...

5 years 前 | 0 个回答 | 0

0

个回答

1

个回答