How to communicate between 32 bit Matlab and 64 bit Matlab?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi Eveyone! I have Microsoft Kinect code works with 64 bit Matlab and another device works with just 32 bit Matlab. I have to use the data from 32 bit and introduce it to 64 bit Matlab(either on the same computer or not) and process. So I am basically looking for a solution. I will be transferring my data simultaneously from 32 bit Matlab to 64 Matlab. I am aware of that will be a delay but I can omit it by start recording late. I am looking for your help.
Future thanks!
0 Commenti
Risposte (2)
ES
il 30 Mag 2017
What do you mean by "Communicate"?
You can let the first instance (32-bit) write the data to a file (mat/xls) and the second instance (64-bit) use this file.
Jan
il 30 Mag 2017
Every millisecond? This will be very hard.
Nevertheless, milliseconds are short and a reliably synchronized process will be hard to establish.
0 Commenti
Vedere anche
Categorie
Scopri di più su Large Files and Big Data 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!