I am in need of some help regarding this question,
Write a function Matrix Count(matrix) that has as input a matrix and has as output a string If the matrix is not square, the output string is 'this is not a square matrix'. If the matrix is square, the output string is 'this matrix has determinant ??'
Any guidance would be very much appreciated
Thanks
2 Comments
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/500628-how-do-i-construct-this-function#comment_786780
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/500628-how-do-i-construct-this-function#comment_786780
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/500628-how-do-i-construct-this-function#comment_786819
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/500628-how-do-i-construct-this-function#comment_786819
Sign in to comment.