채택된 답변

Ive J
Ive J 2020년 12월 12일

0 개 추천

Please first try to search in answers or simply Google it.
% doc plot
x = 1:10;
y = x.^3;
plot(x, y)

댓글 수: 2

hassan elkholy
hassan elkholy 2020년 12월 12일
y = x^3 * ln (1/x)
y = x.^3.*log(1./x);

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2020년 12월 12일

댓글:

2020년 12월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by