photo

Sly Knight


Last seen: nästan 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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....

mer än 2 år ago | 0