Jerico Yabut
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
65,046
of 295,467
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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(...
4 years ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0