In App Designer while using startupFcn --- Error using mkdir The filename, directory name, or volume label syntax is incorrect. How to Resolve?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
function startupFcn(app)
mkdir "Session Data"
app.vidObj = videoinput('winvideo',app.videoInputNumber);
preview(app.vidObj);
end
1 comentario
Mario Malic
el 11 de Abr. de 2021
It's not a valid MATLAB syntax. Remove the quotation marks and it should work.
Respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!