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 个)

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 个评论

Fascinating that you finished a few hour course within few minutes.
Fascinating that you think I was asking for a link to a few hour course when I asked a question about a specific task I need to solve.
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?
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!

Translated by