photo

Jerico Yabut


Last seen: meer dan een jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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(...

bijna 4 jaar ago | 2 answers | 0

2

answers

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer