photo

Mohammedashraf Shaikh


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
1 답변

순위
232,660
of 300,364

평판
0

참여
5 질문
1 답변

답변 채택
40.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


send message using gsm
ss=serial('COM7'); ss.baudrate=9600; fopen(ss); ss.Terminator = 'CR' tx ='AT'; tx1=char(13); tx2 ='AT+CMGF=1';...

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

0

답변

질문


After converting video into frame, and appling frame differencing method to subtract two image, now i want to draw boundary in foreground of video, how?
%%Extracting & Saving of frames from a Video file through Matlab Code%% clc; close all; clear...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


compare image and give out not similar or in boolean (1/0) form
i am using R2012 matlab i have to compare two image and get out put in numeric term or in words like not similar p...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


function are not permitted in this context, a am using matlab R2012
function[d] = hcompare_EMD(h1,h2) d = sum(abs(cumsum(h1) - cumsum(h2))); end img = imread('C:\Users\Hp\Desktop\col\001.jp...

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

0

답변

답변 있음
Drawing a bounding box around foreground objects
%%Extracting & Saving of frames from a Video file through Matlab Code%% clc; close all; clear all; % assigning the name ...

8년 초과 전 | 0

질문


Initialization failed. (No combination of intermediate filters could be found to make the connection.) Error
Initialization failed. (No combination of intermediate filters could be found to make the connection.) Error using 32-bit ma...

거의 9년 전 | 답변 수: 1 | 0

1

답변