Plotting in 3D

此 个问题 已被 Dyuman Joshi 标记
  • Dyuman Joshi 在 2023-5-24 标记为 重复

    Question answered here https://in.mathworks.com/matlabcentral/answers/1972219-plotting-in-3d?s_tid=srchtitle

How drow this founction in matlab in 3D plotting

1 个评论

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)

回答(0 个)

此问题已关闭。

提问:

2023-5-24

关闭:

2023-5-25

Community Treasure Hunt

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

Start Hunting!

Translated by