Error when I execute bitshift

조회 수: 2 (최근 30일)
xiaobo wu
xiaobo wu 2014년 4월 9일
답변: Walter Roberson 2014년 4월 9일
I get error information when I try to execute bitshift:
Attempt to execute SCRIPT bitshift as a function: C:\Program Files (x86)\MATLAB\R2013b\toolbox\matlab\ops\bitshift.m
Error in wdq_to_txt (line 73) ad=bitshift(adc_data,-2);
I use small code to test bitshift like this: a=[-32727, -5059]; b=bitshit(a,-2); I get same error.
I read matlab help on it, it seems no problem. Please help.

채택된 답변

Walter Roberson
Walter Roberson 2014년 4월 9일
Your installation appears to be corrupted. You should reinstall MATLAB.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by