Substitute C operator in matlab like divide, multiply, OR ,AND
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I am looking for matlab operator which is equivalent to
<<= , >>= , ^= , &=, |=
which is used in C
Thank you!!
댓글 수: 0
채택된 답변
Bjorn Gustavsson
2022년 3월 9일
For these operators matlab has bitshift, bitand, bitor, bitxor and a few more. My experience (~10 years ago) was that they were "not comparatively as fast" as the C-language bit-operations.
HTH
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!