Crish
Followers: 0 Following: 0
Statistica
RANK
33.399
of 295.486
REPUTAZIONE
1
CONTRIBUTI
5 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
1
RANK
of 153.950
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
quasi 4 anni fa | 1 risposta | 0
1
rispostaCan 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.
quasi 4 anni fa | 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.
quasi 4 anni fa | 0
Domanda
In app designer r2020a, how do you make a code that when it is run and you press a button, it will automatically change its view into another .mlapp?
I have no clue as to what to do here.
quasi 4 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 4 anni fa | 3 risposte | 1
3
risposteDomanda
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]; ...
quasi 4 anni fa | 0 risposte | 0
0
risposteDomanda
How do you write a code in app designer in order to make a random integers of multiple edittable text? I created this code but I'm afraid this doesn't work.
a=randi(1,1); b=randi(1,1); c=randi(1,1); d=randi(1,1); ...
quasi 4 anni fa | 1 risposta | 0