docsoph / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

Undefined function 'btkReadAcquisition' Matlab 2011b Mac #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi All,

I am getting an error by using btkReadAcquisition:

What steps will reproduce the problem?
1. Launching a pipeline including BTK tool
2. call btk_loadc3d 
3. call btkReadAcquisition

What is the expected output? What do you see instead?
I see an error:
Undefined function 'btkReadAcquisition' for input arguments of type 'char'.
I've downloaded and tried to use 'unsuccessfully' both btk32 and btk64.

What version of the product are you using? On what operating system?
I am using a mac version 2011b of matlab (64)

Many thanks

Dario

Original issue reported on code.google.com by darin...@alice.it on 18 Mar 2014 at 1:37

GoogleCodeExporter commented 8 years ago
Hi Dario,

As you use a Matlab 64-bit version, you have to download the package "BTK 0.3 
binding for Matlab R2009b or greater (64-bit) / MacOS X 10.7+" [1].

Regarding the error, it seems the path containing the BTK Matlab functions was 
not added in the search paths of Matlab [2]. Which path did you added? 

Arnaud

[1] 
https://code.google.com/p/b-tk/downloads/detail?name=btk-0.3.0_MacOS10.7_MatlabR
2009b_64bit.zip
[2] 
http://www.mathworks.com/help/matlab/matlab_env/what-is-the-matlab-search-path.h
tml

Original comment by arnaud.barre on 18 Mar 2014 at 1:45

GoogleCodeExporter commented 8 years ago
Hi Arnaud,

You’ve just downloaded and added the new package in the Matlab search path. 
It works amazingly !

Cheers

Dario

Original comment by darin...@alice.it on 18 Mar 2014 at 2:06