MATLAB: How to Read/Write file in Xpc Traget without matlab (stand alone mode)

.dat filefile read/writeMATLABSimulink Real-Timestand-alonexpc

Hi, right now i 'm running stand alone program on Target machine. Use "File Scope" logging signal data which save as .dat format. The question is I need matlab call function like "SimulinkRealTime.utils.getFileScopeData " so i can read data, then i have to call function "SimulinkRealTime.utils.bytes2file" turn data to another format which "Real-Time From File" can deal with.
So. is there any way to solve this problem without matlab ? Thanks.

Best Answer

Yes. With Simulink Real-Time there are a set of external APIs so you can interact with the target externally ( see doc ).