Error using / Matrix dimensions must agree.
Mostra commenti meno recenti
x=(0:1:10);
fx=1.1288/sqrt(x)-tanh(1.3288*sqrt(x))
Risposte (1)
KSSV
il 7 Giu 2021
x=(0:1:10);
fx=1.1288./sqrt(x)-tanh(1.3288.*sqrt(x))
Read about matrix element by element operations.
Categorie
Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!