legend problem Not enough input arguments
Mostra commenti meno recenti
The legend of the picture is chaos.
.png)
3 Commenti
Walter Roberson
il 2 Set 2019
Please show your code.
Tian Lan
il 4 Set 2019
Walter Roberson
il 4 Set 2019
Caution: your line
X=(ones(array_num,1)*10.^(SNR/20)).*a_target*randn(TargetNum,snapnum); X=A*s(10*500)
includes U+FF08 and U+FF09, which are "full width left parenthesis" and "full width right parenthesis" . It is the
X=A*s(10*500)
The two characters that show up in red here are not ( and ), they are "full width" parenthesis.
If you change that to
X=A*S(10*500)
then you have the problem that S only has 16 elements. Perhaps it is
X=A*S*(10*500)
??
Risposte (0)
Categorie
Scopri di più su Animation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!