How to write a matrix with elements 10,30,10
Show older comments
Answers (1)
Use brackets
M2 = [10,30,10]
Categories
Find more on MATLAB Coder 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!