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!