How to create a variable 3D Matrix?
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.
Answers (0)
Categories
Find more on Multidimensional Arrays 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!