
Wajahat
2012 年からアクティブ
Followers: 0 Following: 0
統計
All
Feeds
回答済み
GPU CUDA problems: CUDA_ERROR_UNKNOWN
Try starting matlab with sudo: >> sudo /usr/local/MATLAB/R2014a/bin/matlab -desktop
GPU CUDA problems: CUDA_ERROR_UNKNOWN
Try starting matlab with sudo: >> sudo /usr/local/MATLAB/R2014a/bin/matlab -desktop
9年以上 前 | 1
質問
letter reconstruction and filling for ocr
<</matlabcentral/answers/uploaded_files/34396/dot_code_91_textonly.png>> Hi I am trying to detect text on tires which is b...
9年以上 前 | 2 件の回答 | 0
2
回答質問
3D Point Cloud to 2D depth image
Hi I have a 3D point cloud. Now I want to convert it to 2D depth image of say 240*320. Does anyone has anything to share?...
9年以上 前 | 2 件の回答 | 0
2
回答質問
How to increase LineWidth of MSER and SURF Feature plots
Hi I have a very simple question. May be I am missing something. Is it possible to increase the linewidth and change the col...
11年弱 前 | 0 件の回答 | 1
0
回答質問
How to create parallel threads in Mex
Hi I have a code that I need to run in parallel on four threads. I have a quadcore system. How can I create parallel threa...
12年以上 前 | 0 件の回答 | 1
0
回答質問
CPU Profiling, each core
Hi I have a 4 core processor. How can I profile each core separately, every time I run a code? I want to note down load on e...
12年以上 前 | 1 件の回答 | 0
1
回答質問
Binary Search Tree from vector of parent pointers
Hi I have a vector of parent pointers [ 0 1 1 2 2 3 3 5 5 ....] which is basically a binary tree. The index is the child and ...
12年以上 前 | 0 件の回答 | 0
0
回答質問
Mex compilation error in Windows
Hi I have a piece of code which compiles without any error or warning in Linux with GCC but in windows with Visual C++2010 as...
12年以上 前 | 2 件の回答 | 0
2
回答解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
12年以上 前
質問
matVTK Connection refused error
Hi I am using matVTK ( <http://www.cir.meduniwien.ac.at/matvtk/>) with Matlab under both linux and windows. There is a dem...
12年以上 前 | 2 件の回答 | 0
2
回答回答済み
Compiling Mex with GCC on Windows
Solved. Used Gnumex with MinGW, Cygwin was not working with Gnymex, I do not know why. Followed the instructions at Gnumex page...
Compiling Mex with GCC on Windows
Solved. Used Gnumex with MinGW, Cygwin was not working with Gnymex, I do not know why. Followed the instructions at Gnumex page...
12年以上 前 | 0
質問
Compiling Mex with GCC on Windows
Hi Any idea how to compile Mex files with GCC on Windows, other than using gnumex? Best Regards Wajahat
12年以上 前 | 2 件の回答 | 0
2
回答質問
Compiling Matlab mex files with GCC for Windows
Hi I have been trying to configure Windows Matlab with GCC to compile mex files, through gnumex, <http://gnumex.sourceforge.net...
13年弱 前 | 2 件の回答 | 0
2
回答質問
Ellipse implicit equation coefficients
Hi I have a set of 2D points and I want to know the coefficients of the following implicit equation of the ellipse: Ax^2+2Bxy+...
13年弱 前 | 1 件の回答 | 0
1
回答回答済み
Does MATLAB duplicate data when using DelaunayTri, TriRep, etc?
Hi By duplication if you mean a new structure created by TriRep will be having the a copy of the input besides the new triang...
Does MATLAB duplicate data when using DelaunayTri, TriRep, etc?
Hi By duplication if you mean a new structure created by TriRep will be having the a copy of the input besides the new triang...
13年弱 前 | 0
回答済み
Problem with TriRep/DelaunayTri data
I am using TriRep and it does not happen with my data. They are exactly the same before and after saving. Best Regards Wa...
Problem with TriRep/DelaunayTri data
I am using TriRep and it does not happen with my data. They are exactly the same before and after saving. Best Regards Wa...
13年弱 前 | 0
質問
Finding lists of connected triangles in TriRep class
Hi I have a triangle mesh of type TriRep. I have selected few faces (or triangles) out based on some criteria. These few tria...
13年弱 前 | 1 件の回答 | 0
1
回答質問
Matrix Standard Deviation in 3D neighborhood
Hi I have a 3D matrix (NxNxM) and I want to compute standard deviation in a sliding window of, say, 3x3xM which means a squar...
13年弱 前 | 2 件の回答 | 0