In App Designer while using startupFcn --- Error using mkdir The filename, directory name, or volume label syntax is incorrect. How to Resolve?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
function startupFcn(app)
mkdir "Session Data"
app.vidObj = videoinput('winvideo',app.videoInputNumber);
preview(app.vidObj);
end
1 Commento
Mario Malic
il 11 Apr 2021
It's not a valid MATLAB syntax. Remove the quotation marks and it should work.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!