Azzera filtri
Azzera filtri

Create a for loop for a function

1 visualizzazione (ultimi 30 giorni)
Yunus Tunc
Yunus Tunc il 4 Ott 2016
Risposto: Yunus Tunc il 4 Ott 2016
I want to create a function for volume of the cylinder but it always says 'Undefined function'
function Volume(pi,r)
for r=1:N
A=r^2*pi;
disp([num2str(pi) '*' num2str(r^2) '=' num2str(A)])
end
volume(pi,4)

Risposte (2)

Joe Yeh
Joe Yeh il 4 Ott 2016
MATLAB is case sensitive. Your function call should match exactly your function definition.

Yunus Tunc
Yunus Tunc il 4 Ott 2016
That's why I want to see what wrongs I have

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by