shome
Followers: 0 Following: 0
Feeds
질문
Unable to read pcd files using pcdread in matlab 2016a
I get following error when I try to read pcd file using pcread (My system is matlab2016a, ubuntu 16.04, 64bit): a=pcread('t...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Color image segmentation for colors with same HUE, but different value and saturation
I have a color image in which the foreground has three shades of green(same hue, but different value and saturation). The backg...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
created a shared library(.so ) using matlab engine but unable to call it from a program
i created a cpp file to call a sorting function in matlab through matlab engine. i built it as a .so file. The library files & t...
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
matlab engine giving wrong result when called in a function in Cpp file
matlab engine call inside function: i try to sort an array of numbers & write the result to a file(using dlmwrite). also i disp...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
can we use matlab engine from a inside a function in C++
I compiled a C++ program to sort double values(matlab does the sorting). it works fine. however when i move the code related to ...
대략 10년 전 | 답변 수: 1 | 0
