how to delcare a 2 dimensional array in matlab?
Show older comments
heyy i am trying to declare an 2D array in c++ it was easy like: array[i][j]= value i want to assign but in matlab how is it possible? i want to store two values against one field...
1 Comment
Jan
on 28 Dec 2011
I've remove the "urgent" in the title and the tag. It does not increase the probability to get an answer. In contrary, it is counter-productive in this (ans other) forums.
What does this mean exactly: "I want to store two values against one field" ?
Accepted Answer
More Answers (2)
Jan
on 28 Dec 2011
5 votes
This is a very basic question. This forum shall not be a replacement of reading the "Getting Started" chapters of the documentation.
If it is "urgent", it must be serious. If it is serious, there must be enough time to read the documentation.
Walter Roberson
on 28 Dec 2011
1 vote
MATLAB does not have declarations, only assignments and references.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!