What's the difference between sin(t) and square(t)?
Afficher commentaires plus anciens
If I code like
signal1 = sin(t);
signal1 = square(t);
then
The first one is valid but the second one is invalid showing 'Input arguments must be 'double'.'
It looks like same as built-in functions but the usages is different
What's the difference between those as the usages??
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Conversion dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!