How to get output using a function with two parameters of different range
이전 댓글 표시
For instance, I have a function x = cb( a, b)
the paramter a ranges from 0 to 1 and b ranges from (2 to 20).
How do I perform a for loop to plot x for these parameters range.
Your help will be greatly appreciated
Best wishes
댓글 수: 6
Jan
2021년 4월 13일
This will be a 3D plot, because you have two indices for the input and 1 value for the output. There are many different types of 3D plots. So how do you want the output to look like?
Tino
2021년 4월 13일
Tino
2021년 4월 13일
Jan
2021년 4월 13일
Do you want to display the surface as points, surf, patch, bars, the z value encoded as color?
Tino
2021년 4월 13일
Tino
2021년 4월 13일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!