Feeds
提问
Locking file on system from standalone app
Is it possible to lock a file in a compiled, standalone Matlab exe so that some separate program will know the file is locked? ...
12 years 前 | 1 个回答 | 0
1
个回答提问
Sharing large .mat files by placing them in /dev/shm
I have mat files on a server that are used by many standalone exes. Currently, each exe loads the .mat files from disk whenever...
12 years 前 | 1 个回答 | 0
1
个回答提问
Avoiding loading .mat files every time standalone exe is called
I have a standalone exe (compiled using mcc) that loads a number of .mat files at the beginning of its execution and then does s...
12 years 前 | 2 个回答 | 0
2
个回答提问
Creating a standalone application with dynamic data objects
I have an application that processes input using data models that are in .mat files. I've added the models to the build using t...
12 years 前 | 1 个回答 | 0
