필터 지우기
필터 지우기

How to communicate between 32 bit Matlab and 64 bit Matlab?

조회 수: 1 (최근 30일)
Evrim Yilmaz
Evrim Yilmaz 2017년 5월 29일
답변: Jan 2017년 5월 30일
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!

답변 (2개)

ES
ES 2017년 5월 30일
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.
  댓글 수: 1
Evrim Yilmaz
Evrim Yilmaz 2017년 5월 30일
I mean getting a struct data from 32 bit Matlab which changes every millisecond and use it in a equation on 64 bit Matlab. Your way exporting the data to a mat/xls and importing back to 64 bit matlab can be a way. (I will be glad if you can share more info) but I actually looking for more accurate, quicker way.

댓글을 달려면 로그인하십시오.


Jan
Jan 2017년 5월 30일
Every millisecond? This will be very hard.
You can try FEX: sharedmatrix. A commonly used memory mapped file might work also: memmapfile .
Nevertheless, milliseconds are short and a reliably synchronized process will be hard to establish.

카테고리

Help CenterFile Exchange에서 Instrument Connection and Communication에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by