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

2 次查看(过去 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