what is the problem with my function ?
Mostra commenti meno recenti
function [area , cr ]= circle(r) area = pi* (r^2) ; cr = pi * r * 2 ;
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Numerical Integration and Differential Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!