please give me answer what is wrong

 採用された回答

DGM
DGM 2021 年 10 月 22 日

0 投票

Use elementwise division.
x = 0:0.1:103;
y = ((28*log(x) - 2*x - 12*x.^2.*log(x) - 4*x.^3.*log(x) - 12*x.*log(x) - 2*x.^2 - (2*x.^3)/3 + 206/3).^(1/2)-8) ...
./(6*log(x) + 1);
plot(x,y)
Warning: Imaginary parts of complex X and/or Y arguments ignored.

その他の回答 (0 件)

カテゴリ

質問済み:

2021 年 10 月 22 日

コメント済み:

2021 年 10 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by