photo

Crish


Last seen: 5 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
2 Answers

RANK
33,876
of 300,499

REPUTATION
1

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
1

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Answered
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 ago | 0

Question


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 ago | 3 answers | 1

3

answers

Question


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 ago | 0 answers | 0

0

answers

1

answer