Error regarding AppCSXCAD executable
source code impact: searchBinary.m
During the "First Steps" checkout and evaluation of OpenEMS the AppCSXCAD executable failed to launch when checking compatibility with MatLab.
MatLab Version: 7.0.4 (R14) w/ Service Pack 2
Error message when launching AppCSXCAD from MatLab command prompt:
>> CSXGeomPlot('nonexistant.xml')
??? Error using ==> regexp
Invalid option for regexp: split.
Error in ==> searchBinary at 32
searchpath = [searchpath regexp(getenv('PATH'), pathsep, 'split')];
Error in ==> CSXGeomPlot at 35
AppCSXCAD_bin = searchBinary('AppCSXCAD.exe',[dir filesep '..' filesep]);
**the 'split' qualifier is not supported in MatLab 7.0.4**
Is there a workaround for backward compatibility?
Thank you,
--Rfrom
AppCSXCAD Error
Moderators: thorsten, sebastian
Re: AppCSXCAD Error
resolved issue when I upgraded MatLab to version 2015b
Thanks,
Thanks,