How to create a variable 3D Matrix?
2 views (last 30 days)
Show older comments
I want to create a 3-D matrix whose all elements are uninitialized.They dont have any garbage values or zero. i use A=sym('A',[3,4]) to create 3x4 variable matrix. this syntax not working for a 3-D variable matrix. it shows error in matlab library files.
0 Comments
Answers (0)
See Also
Categories
Find more on Resizing and Reshaping Matrices 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!