Error using / Matrix dimensions must agree.
古いコメントを表示
x=(0:1:10);
fx=1.1288/sqrt(x)-tanh(1.3288*sqrt(x))
回答 (1 件)
KSSV
2021 年 6 月 7 日
x=(0:1:10);
fx=1.1288./sqrt(x)-tanh(1.3288.*sqrt(x))
Read about matrix element by element operations.
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!