photo

Sly Knight


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 2 anni fa | 0