Azzera filtri
Azzera filtri

How can i interpret a value

1 visualizzazione (ultimi 30 giorni)
Sneha
Sneha il 18 Dic 2017
Risposto: Walter Roberson il 18 Dic 2017
I got a value as 7.6751e+09. How can i interpret this value for finding mod with 256?

Risposte (1)

Walter Roberson
Walter Roberson il 18 Dic 2017
mod(7.6751e+09, 256)
If your value might be more than 9007199254740992 then you could have difficulty, but up to 9007199254740992 you should be fine.

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by