What does x=val(1,:)?
8 ビュー (過去 30 日間)
古いコメントを表示
Massilon Toniolo da Silva
2017 年 5 月 18 日
コメント済み: Massilon Toniolo da Silva
2017 年 5 月 18 日
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 件のコメント
採用された回答
Torsten
2017 年 5 月 18 日
"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.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!