Open farndt opened 1 year ago
MATLAB versions before R2020b can not execute line 59 of rtwsfcnfmi_make_rtw_hook.m:
ver('MATLAB').Version Error: Functions cannot be indexed using {} or . indexing.
Proposal:
version_struct = ver('MATLAB'); version = str2double(version_struct.Version);
MATLAB versions before R2020b can not execute line 59 of rtwsfcnfmi_make_rtw_hook.m:
Proposal: