How do I let users read files (new data) into deployed compiled code?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
owr
le 26 Juin 2012
Let them browse for it with some sort of UI. You can use functions like "uigetfile" to get the file name and path.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!