How do I let users read files (new data) into deployed compiled code?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to use (let others use) some matlab code as one of three (so far) codes used to perform simulations. I use a script to drive the simulations, and it works fine for the fortran and c (sourced) executables.
I really like the concept of deploying compiled Matlab code, and demonstrated that it indeed works for the Matlab code of interest. I included the input files for one example in the Build process.
Unfortunately, I cannot find out how to have new data files read into the executable - each user will want to process different information. I don't mind if the dozen or so filenames (holding the data and runtime options) need to be the same, but it is essential that the content of each file can change.
0 comentarios
Respuesta aceptada
owr
el 26 de Jun. de 2012
Let them browse for it with some sort of UI. You can use functions like "uigetfile" to get the file name and path.
Más respuestas (1)
Ver también
Categorías
Más información sobre MATLAB Compiler 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!