Error when I execute bitshift
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
xiaobo wu
le 9 Avr 2014
Réponse apportée : Walter Roberson
le 9 Avr 2014
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.
0 commentaires
Réponse acceptée
Walter Roberson
le 9 Avr 2014
Your installation appears to be corrupted. You should reinstall MATLAB.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!