photo

Mushahid Shamim


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
113,664
of 300,527

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,018

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 169,525

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 답변 수: 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?

7년 초과 전 | 답변 수: 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...

거의 8년 전 | 답변 수: 3 | 0

3

답변