Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Plotting in 3D

1 Ansicht (letzte 30 Tage)
Fatema
Fatema am 24 Mai 2023
Geschlossen: John D'Errico am 25 Mai 2023
How drow this founction in matlab in 3D plotting
  1 Kommentar
Dyuman Joshi
Dyuman Joshi am 24 Mai 2023
Which function? Do you mean the expression of Complexity? There's only 1 independent variable i.e. "n". How would you plot a 3D graph from that?
If you want to plot the expression, you can do it like this -
fun = @(n) 6.^(n-1).*(n+4).*(n+6).^4;
fplot(fun)

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by