I hav an equation 2750 = x mod 7829. How do i calculate x in matlab?

 채택된 답변

James Tursa
James Tursa 2018년 2월 28일

0 개 추천

Assuming you mean 2750 = mod(x,7829), there are infinitely many solutions:
x = 2750 + n * 7829, for any integer n

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

질문:

2018년 2월 28일

답변:

2018년 2월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by