Feeds
질문
create array in cmex
in c++ source code, i created the code below to make 2d array: // create empty squares for(int j = 0; j < JDIM; j++) ...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to perform simulation in matlab from c++ code
I am writing a code for A* algorithm for path planning in c++. My question is how can i use this code in Matlab, or call from Ma...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
run mex without argument
Hello, I am creating a c++ code for A* algorithm. I want to run it in the matlab because later i want to perform the simulatio...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
c++ and matlab functions equivalent
correct me if i'm wrong.. as i just started learning how to use c++ and matlab, there is a matter i confused. i know that to c...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to run mexFunction
Hi there, this is my first post. I have a question in regards to running a C++ program from a Matlab GUI. I have spent hours loo...
12년 초과 전 | 답변 수: 1 | 0
