What are these commands refering to and the difference?

1 view (last 30 days)
array=zeros(1,1,length(omega),length(E))
S=zeros(length(omega),length(E))
  6 Comments
Paul Hoffrichter
Paul Hoffrichter on 27 Jan 2021
You can experiment like this:
>> array=zeros(1,1,5,3);
>> size(array)
ans =
1 1 5 3

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!