??? Attempt to execute SCRIPT gold_data as a function: C:\Users\LSF LASTBORN\D​ownloads\g​old_data.m

조회 수: 1 (최근 30일)
each time i want to run my code, i do get this error message
??? Attempt to execute SCRIPT gold_data as a function: C:\Users\LSF LASTBORN\Downloads\gold_data.m Error in ==> analytical_nsensor_SIU3 at 6 Au_data=gold_data(); %Au_data output
>>

답변 (1개)

Walter Roberson
Walter Roberson 2016년 2월 8일
Your code is not Mathworks-supplied code and you have not shown us the code. We can only comment in vague generalities.
For example, one of the ways that could happen is if gold_data() is a .m file that contains nothing but comments that are the help information for the function, with the actual implementation of the function in a .p or .mex* file that is either missing or has not been compiled for your machine or is present but is for 32 bit when your MATLAB is 64 bit (or is for 64 bit when your MATLAB is 32 bit)
But we don't know. Google finds no occurrences of analytical_nsensor_SIU3 in anything it has ever indexed.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by