what is the problem with my function ?
Ältere Kommentare anzeigen
function [area , cr ]= circle(r) area = pi* (r^2) ; cr = pi * r * 2 ;
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!