??? Attempt to execute SCRIPT gold_data as a function: C:\Users\LSF LASTBORN\Downloads\gold_data.m
2 views (last 30 days)
Show older comments
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
>>
0 Comments
Answers (1)
Walter Roberson
on 8 Feb 2016
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.
0 Comments
See Also
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!