Here's how you can map all inputs of a simulink model with channels of an mdf file in MATLAB:
mdfread
function. This will give you a structure containing all the MDF data.main.m37 chars2 lines
load_system
function. This will enable you to access the model objects.main.m30 chars2 lines
find_system
function.main.m65 chars2 lines
main.m425 chars14 lines
main.m30 chars2 lines
This will map all input signals in the Simulink model with channels in the MDF file.
gistlibby LogSnag