Jerico Yabut
Followers: 0 Following: 0
Feeds
提问
Error using vertcat Dimensions of arrays being concatenated are not consistent.
matrix1 = input("matrix 1 is \n"); matrix2 = input("matrix 2 is \n"); [M, N] = size(matrix1); [P, Q] = size(...
4 years 前 | 2 个回答 | 0
2
个回答提问
How can I make a function where I ask two input matrices from user and do matrix multiplication using If-else conditions and error functions?
I'm new at matlab and I still don't know how this problem actually works. And I still don't know how to ask input from user at t...
4 years 前 | 1 个回答 | 0