What does x=val(1,:)?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Massilon Toniolo da Silva
il 18 Mag 2017
Commentato: Massilon Toniolo da Silva
il 18 Mag 2017
I should use a Nx1 vector of doubles as my input signal x for my function. What do I get if a use: >>load (´My_Signal.m`) and then >>x =val(1,:); ?
0 Commenti
Risposta accettata
Torsten
il 18 Mag 2017
"x" is set to the first row of "val" (thus "x" is a vector of size 1xN where N is the number of columns of "val")
Best wishes
Torsten.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!