Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Plotting in 3D

1 visualizzazione (ultimi 30 giorni)
Fatema
Fatema il 24 Mag 2023
Chiuso: John D'Errico il 25 Mag 2023
Questo/a domanda è stato/a segnalato/a da Dyuman Joshi
How drow this founction in matlab in 3D plotting
  1 Commento
Dyuman Joshi
Dyuman Joshi il 24 Mag 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)

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by