farndt
farndt
MATLAB versions before R2020b can not execute line 59 of [rtwsfcnfmi_make_rtw_hook.m](https://github.com/CATIA-Systems/FMIKit-Simulink/blob/main/rtwsfcnfmi/rtwsfcnfmi_make_rtw_hook.m): ``` ver('MATLAB').Version Error: Functions cannot be indexed using {} or . indexing. ``` Proposal: ``` version_struct = ver('MATLAB'); version...
Got following error in MATLAB R2018b but not with MATLAB R2022b both on Windows 10 Machine. ``` Error using coder.internal.callMakeHook The call to rtwsfcnfmi_make_rtw_hook, during the after_make hook generated the...