Please how to solve this task

조회 수: 1 (최근 30일)
Venkateshan Shanmugam
Venkateshan Shanmugam 2021년 6월 24일
편집: VM Sreeram 2023년 7월 7일

답변 (1개)

VM Sreeram
VM Sreeram 2023년 7월 7일
편집: VM Sreeram 2023년 7월 7일
The issue here is because the plot generated has 8 points, not 7. You're plotting one time using line 5 and seven times using line 12 (enclosed in the for loop).
To fix this, you have to remove the block of code in lines 4-7.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by