What is u(1:1+int,1)?
6 ビュー (過去 30 日間)
古いコメントを表示
Hello everybody,
I am looking for what is the meaning of u(1:1+int,1) ? I searched but i wasn't able to find what is this and purpose. I thought it is incrementing first row for each step. Am I wrong? Thank for your help..
0 件のコメント
採用された回答
Nadir Altinbas
2019 年 11 月 12 日
u(1:1+int,1) this type commands represents unit step where 1+int depends on and interval increment by one and its usage by (for ....)
see also
0 件のコメント
その他の回答 (1 件)
Fangjun Jiang
2019 年 11 月 12 日
Do the following line by line to unerstand it
u=magic(6)
int=4
1:1+int
u(1:1+int,1)
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!