How to range array steps
128 ビュー (過去 30 日間)
古いコメントを表示
Life is Wonderful
2021 年 9 月 22 日
コメント済み: Life is Wonderful
2021 年 9 月 22 日
Hi
I am looking for a logic to range of value from -1 to +1 including 0 where data should look like
-1-2-3...-32 : +32+31..1
Example snippet
x = [-1:-1:-32:32:1:1]
Note : No Loops involed
Thank you
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!