Trouble with function rectangle

2 ビュー (過去 30 日間)
felix jose chavez torres
felix jose chavez torres 2017 年 6 月 27 日
i have this function but it doesn't works:
<<
<<
>>
>> any help?

採用された回答

Walter Roberson
Walter Roberson 2017 年 6 月 27 日
Change
h = subs(f,c);
to
h = double( subs(f,c) );
  1 件のコメント
felix jose chavez torres
felix jose chavez torres 2017 年 6 月 27 日
thanks!!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by