I need to write functions using if statements for the following: 3. Verify if th
ID: 3528605 • Letter: I
Question
I need to write functions using if statements for the following: 3. Verify if the argument passed to the function is a row vector containing numerical values. I.e. a 1xn. function [result] = isRowVector(arg) 4. Verify if the argument passed to the function is a column vector containing numerical values. I.e. an mx1 function [result] = isColumnVector(arg) NOTE: on the function you CANNOT use islogical, isnumeric, iscolumn, isrow, isvector, ismatrix, ischar. Although, creating our own versions of these are okay.Explanation / Answer
http://www.docme.ru/doc/118431/digital-image-processing-using-matlab-(gonzalez) this link will surely help you..............