photo

Mushahid Shamim


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


convert 3d matrix into 2d matrix
How can I convert A(2*3*9) matrix into A(6*9) matrix.

6 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 3 answers | 0

3

answers