"length" doesnt work
6 ビュー (過去 30 日間)
古いコメントを表示
Hi
I have the following problem:
>> x = [1 2 3]
x =
1 2 3
>> length(x)
Index exceeds matrix dimensions.
????
0 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 2 月 2 日
編集済み: Azzi Abdelmalek
2013 年 2 月 2 日
clear length
x=[1 2 3]
length(x)
% Maybe you've used length as a variable
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!