How to use a handle to define a piecewise binary function

1 vue (au cours des 30 derniers jours)
dcydhb dcydhb
dcydhb dcydhb le 28 Fév 2019
How to use a handle to define a piecewise binary function that can express the definition of the following expression
1.PNG
The code is as follows
function zfunction=name(q,z)
if q=0;
zfunction=(n0^(1/2)*cosh(m0*z));
else
zfunction=(nq^(1/2)*cos(mq*z));
end

Réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits


Version

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by