Trouble with function rectangle

1 view (last 30 days)
i have this function but it doesn't works:
<<
<<
>>
>> any help?

Accepted Answer

Walter Roberson
Walter Roberson on 27 Jun 2017
Change
h = subs(f,c);
to
h = double( subs(f,c) );

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!