Find the size of the matrix, then multiply both values by 10 and make it into a column vector.
So if A = [ 1 2 3; 4 5 6; 7 8 9]
B = [ 30; 30]
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers164
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Omit columns averages from a matrix
620 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
600 Solvers
-
295 Solvers
-
270 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You say to make it a column vector, but the solutions are row vectors.
ah i just noticed that. sorry i will fix it.