Mushahid Shamim
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to copy figure with the exact size of the figure without any white space
When I copy a figure from a matlab figure window and paste it on word then there takes extra space. My figure size is 32x32 pixe...
6 years 前 | 0 个回答 | 0
0
个回答提问
convert 3d matrix into 2d matrix
How can I convert A(2*3*9) matrix into A(6*9) matrix.
6 years 前 | 1 个回答 | 0
1
个回答提问
Increment the value inside another loop
for i=1:10 if(true) while(true) i=i+1; end end end will this increment or update t...
6 years 前 | 1 个回答 | 0
1
个回答提问
I am using webcam to take image and recognizing faces after processing I want to preview the live image with the person's name. How I should write on the specific point on the preview window?
cam=webcam; while true snap=snapshot(cam); imshow(snap) end I should perform the processing with the snap and a...
6 years 前 | 1 个回答 | 0
1
个回答提问
HelperFunction has not provided in the code https://www.mathworks.com/videos/face-recognition-with-matlab-98076.html
Please avi help me out providing the full code. I need the helper function helperExtractDenseSURF(). can anyone provide it?
6 years 前 | 0 个回答 | 0
0
个回答提问
How to map a value of a vector into column number of a matrix?
let A=[2;4;5] vector I want a matrix where all the values will be zero and the 2nd 4th and 5th element of column of 10x3 matrix...
7 years 前 | 3 个回答 | 0