Feeds
답변 있음
Is it possible to generate/update MATLAB toolbox project file (*.prj) programmatically?
Use readstruct and writestruct. project = readstruct(fullfile(path,project_name.prj),'FileType','xml'); project.configuration....
Is it possible to generate/update MATLAB toolbox project file (*.prj) programmatically?
Use readstruct and writestruct. project = readstruct(fullfile(path,project_name.prj),'FileType','xml'); project.configuration....
3년 초과 전 | 0
