Effacer les filtres
Effacer les filtres

Can We Define Binary Operations in MATLAB?

3 vues (au cours des 30 derniers jours)
Sabri Çetin
Sabri Çetin le 2 Juil 2016
In matlab, we can define functions of two variables, and the notation is generally like f(x1,x2).
What I mean by binary operations is not much different than functions of two variables, but the notation, the calling statement is different. For example addition is a function of two variables but we can call it by a + b for appropriate inputs instead of plus(a,b). Is that possible for user-defined functions?
Any kind of help is appreciated, thank you so much in advance.

Réponse acceptée

the cyclist
the cyclist le 2 Juil 2016
Yes, you can overload functions.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by