matlab-hfss api tool box
显示 更早的评论
the code : % Create a new HFSS Project and insert a new design. hfssNewProject(fid); hfssInsertDesign(fid, 'testbox'); the error : ??? Error using ==> fprintf Invalid file identifier. Use fopen to generate a valid file identifier.
Error in ==> hfssNewProject at 36 fprintf(fid, 'Dim oHfssApp\n');
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!