Platform MACA64 not recognized error

조회 수: 11 (최근 30일)
Chris
Chris 2024년 7월 8일
답변: Daniel 2024년 7월 16일
I recently started getting errors in Matlab stating: "Platform MACA64 not recognized". This happens when opening a script file to edit or executing a script.
In this example the error occurs in my script when it calls audioread (myFileName). The error occurs in the bowels of audioread which is of course a builtin function, so it's strange that it doesn't work.
Error using audioread>readaudio (line 181)
Platform MACA64 not recognized.
Error in audioread (line 160)
[y, Fs] = readaudio (filename, range, datatype);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in Deconv (line 5)
[invSweep, Fs1] = audioread (myFileName));
This example occurs when opening a script to edit.
I'm running on a Macbook with Apple Silicon (M2). I tried reinstalling Matlab by first deleting the Matlab Applications file and the Mathworks Application Support folder but that didn't seem to make a difference. I even tried installing the Intel version and running with Rosetta but I get the same error except instead of MACA64 it says MACI64.
One other possibly related thing is some functions such as audioread are not found in the commandline help even though I can execute these commands.
>> help audioread
audioread not found.
Search the documentation for audioread
Any ideas?
  댓글 수: 5
Chris
Chris 2024년 7월 9일
Behavior is exactly the same with R2024a vs R2024b.
Chris
Chris 2024년 7월 9일
Also, I noticed that I can't sign in to my account from Matlab. It just goes in an endless loop prompting me to login. Actually, once the login appeared to work momentarily (had my name in the upper right corner) but then it logged out and I was back in the same loop. I am able to log in just fine from the website.
I wonder if that is the cause of all of my trouble? Any ideas?

댓글을 달려면 로그인하십시오.

채택된 답변

Daniel
Daniel 2024년 7월 16일
Hi Chris,
These issues are usually indicative of an issue with your MATLAB Path. To restore the default path, enter the following in the MATLAB Command Window:
>> restoredefaultpath
If you have MATLAB Path configurations you don't want to lose, you can save those before hand by saving the output of the following from the MATLAB Command Window:
>> which -all pathdef

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by