what is the meaning of this code ?

2 vues (au cours des 30 derniers jours)
Ameer Kadhim
Ameer Kadhim le 27 Mai 2018
Réponse apportée : Rik le 27 Mai 2018
sum([9.34395000000000e-05,-277,914] <= [4.78293000000000e-07,-277,832])

Réponse acceptée

Rik
Rik le 27 Mai 2018
The exact meaning depends on the context.
The comparison is calculated element by element, so those vectors convert to [false true false]. Then the sum converts it to double and calculates the sum, in this case 1.

Plus de réponses (0)

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by