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!