What are these commands refering to and the difference?
2 ビュー (過去 30 日間)
古いコメントを表示
array=zeros(1,1,length(omega),length(E))
S=zeros(length(omega),length(E))
6 件のコメント
Paul Hoffrichter
2021 年 1 月 27 日
You can experiment like this:
>> array=zeros(1,1,5,3);
>> size(array)
ans =
1 1 5 3
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!