Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Plotting in 3D
조회 수: 1 (최근 30일)
이전 댓글 표시
이 질문에 Dyuman Joshi
님이 플래그를 지정함

How drow this founction in matlab in 3D plotting
댓글 수: 1
Dyuman Joshi
2023년 5월 24일
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개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
