필터 지우기
필터 지우기

How can i interpret a value

조회 수: 4 (최근 30일)
Sneha
Sneha 2017년 12월 18일
답변: Walter Roberson 2017년 12월 18일
I got a value as 7.6751e+09. How can i interpret this value for finding mod with 256?

답변 (1개)

Walter Roberson
Walter Roberson 2017년 12월 18일
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.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by