photo

Marc


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
5 답변

순위
21,523
of 300,771

평판
1

참여
7 질문
5 답변

답변 채택
28.57%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


32bit and 64bit Matlab mysterious discrepancy
Hello, I have come across a very strange behaviour: while calling a shared library from Matlab, it seems that I cannot pass f...

거의 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Prototype file different for 32 and 64 Matlab?
To give a little example of my problem: I have following function in my shared library: extern __declspec(dllexport) int...

거의 12년 전 | 0

질문


Prototype file different for 32 and 64 Matlab?
Hello, I generated a prototype file in order to access functions in a shared library. I generated the prototype file on a Mat...

거의 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
unloadlibrary still keeps the library loaded!
A little precision: it seems that on specific Matlab version, or OSs (or a combination of both), unloadlibrary works fine. Bu...

대략 12년 전 | 0

질문


unloadlibrary still keeps the library loaded!
Hello, I have a socket communication framework wrapped inside of a library (dll). I can use it by using loadlibrary. That wor...

대략 12년 전 | 답변 수: 2 | 1

2

답변

질문


loadlibrary fails on MatlabR2008b but works on others fine
Hello, I have a library that I load with a prototype file without problem on Windows, Mac and Linux. But on xubuntu and Matla...

대략 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Using a shared library without an installed compiler?
Thanks a lot Philip, that's exactly what I was looking for!

대략 12년 전 | 0

질문


Using a shared library without an installed compiler?
Hello, From Matlab, we are calling functions in a shared library via the loadlibrary function. That works fine. The loadli...

대략 12년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Float to binary string and vice-versa
Thanks a lot! typecast was the command I was looking for :)

12년 초과 전 | 0

질문


Float to binary string and vice-versa
Hello, I would like to have following 2 functions written in Matlab (here the C-code): void getMemoryFromFloat(float flo...

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
float array to binary string and vice-versa?
Hello and thank you for your reply. Actually I have to communicate with a C library. The C library is providing me with a str...

12년 초과 전 | 0

질문


float array to binary string and vice-versa?
Hello, In order to exchange information with an external application, I need to "pack" an array of numbers into a string, and v...

12년 초과 전 | 답변 수: 2 | 0

2

답변