what is difference of these two
2 views (last 30 days)
Show older comments
D= {[d0,dn]}
D: {[d0,dn]}
please tell what is the difference between these two values
0 Comments
Accepted Answer
Image Analyst
on 4 Jan 2012
The first creates a cell. Inside the cell is a 1 by 2 numerical array.
I don't believe the second is valid MATLAB syntax.
0 Comments
More Answers (1)
Amit Kumar
on 4 Jan 2012
Ye rally Cell will be created by First but i don't about second.
0 Comments
See Also
Categories
Find more on Argument Definitions 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!