Home › Forums › Developer forum › API for Matlab Tagged: api, matlab, nextfem This topic has 0 replies, 1 voice, and was last updated 3 years, 5 months ago by NextFEM Admin. Viewing 1 post (of 1 total) Author Posts May 5, 2021 at 11:24 am #3771 NextFEM AdminKeymaster Load API in Matlab dinamically with this code: % find NextFEM Designer installation APIpath = strtrim ( replace(winqueryreg(‘HKEY_LOCAL_MACHINE’,’SOFTWARE\Classes\nxf\shell\open\command’,”),’Designer64.exe “%l”‘,”) ); disp(‘Installation found in ‘ + convertCharsToStrings(APIpath)); % load NextFEM API NET.addAssembly(strcat(APIpath , ‘NextFEMapi.dll’)); NF=NextFEMapi.API; disp(“NextFEM API version ” + NF.getVersion()) Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In