Homework help.(User defined functions )

4 ビュー (過去 30 日間)
Ahmad Farghaly
Ahmad Farghaly 2020 年 4 月 2 日
編集済み: Ahmad Farghaly 2020 年 4 月 2 日
Can anyone help me figure out this homework.
function [add,sub] = Add_Subtract (M1,M2)
add = M1 + M2 ;
sub = M1 - M2 ;
end
This is what's requierd in the homework (Write a MATLAB User defined function code to calculate both the subtraction and addition of 2 matrices (it should check the dimensions of both matrices and return dimensions error if the dimensions does not match)
I know how to write the function and this is what I've done so far
But what i can't understand is how to make the function check the dimensions of both matrices and return dimensions error if the dimensions do not match

採用された回答

James Tursa
James Tursa 2020 年 4 月 2 日
Hint: See these functions:
doc size
doc isequal
doc error
  1 件のコメント
Ahmad Farghaly
Ahmad Farghaly 2020 年 4 月 2 日
編集済み: Ahmad Farghaly 2020 年 4 月 2 日
can you please show me how to use them sorry this is my first week learning matlab and i don't know a whole lot yet

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by