I need to write a function that accepts matrix as input and returns a square matrix
显示 更早的评论
So basically it should work like this
I enter a matrix that has for example 2 rows and 3 columns and the function returns a 3x3 square matrix
And if the number of rows is bigger than the number of columns the new matrix has the number of rows as its dimensions
I don't even know where to start, so far I only have this
matrix1 = input('enter matrix')
function matrix2 = mat2square(matrix1)
回答(1 个)
madhan ravi
2019-5-24
编辑:madhan ravi
2019-5-24
So basically we would suggest like this for homeworks:
help size
help logical
help function
https://matlabacademy.mathworks.com - MATLAB onramp to get to know the basics of MATLAB.
6 个评论
Valeria Patsko
2019-5-24
madhan ravi
2019-5-24
Fascinating that you finished a few hour course within few minutes.
Valeria Patsko
2019-5-24
madhan ravi
2019-5-24
Good luck :)
Image Analyst
2019-5-24
Here is another link that should be a quicker read: How to get help on your homework from Answers.
You say "if the number of rows is bigger than the number of columns the new matrix has the number of rows as its dimensions" so what are the extra rows to be filled with? And are we to assume that they will be tacked onto the bottom of the matrix?
John D'Errico
2019-5-24
You need to learn MATLAB. This is clear as a conclusion, since you are asking a very basic question, on what is very likely homework. That means you need to spend the time reading the getting started tutorials, otherwise, you will just be asking for how to solve every basic question here.
类别
在 帮助中心 和 File Exchange 中查找有关 Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!