photo

Jerico Yabut


Last seen: 1 year 前 自 2020 起处于活动状态

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

1

个回答