Error evaluating 'InitFcn' callback of block_diagram 'TestSimulink'.

This project aims to provide an easy to used extendable C++ interface between OpenSim and Matlab®.
POST REPLY
User avatar
Bahman Nouri Rahmat Abadi
Posts: 1
Joined: Thu Jan 30, 2020 12:09 pm

Error evaluating 'InitFcn' callback of block_diagram 'TestSimulink'.

Post by Bahman Nouri Rahmat Abadi » Fri Jul 31, 2020 12:36 pm

Hi
How can i solve this error?
thanks for your response

Error evaluating 'InitFcn' callback of block_diagram 'TestSimulink'.
Callback string is '%% clear
clear engine;
clear EngineMatlab_;

%% initialization
type = 'Release';
copyfile(strcat(pwd, '/../build/', type, '/EngineMatlab_.mexw64'), pwd)

%% setup

engine = EngineMatlab();
engine.setup('patella_reflex_model.osim');
'
Caused by:
No matching files were found.

User avatar
bill lee
Posts: 3
Joined: Mon Aug 10, 2020 12:11 am

Re: Error evaluating 'InitFcn' callback of block_diagram 'TestSimulink'.

Post by bill lee » Tue Dec 15, 2020 7:09 am

yes,i also get the same errro.

POST REPLY