photo

Mohammedashraf Shaikh


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
242,112
of 297,457

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

0

answers

Question


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

1

answer

Question


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

1

answer

Question


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

0

answers

Answered
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 years ago | 0

Question


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

8 years ago | 1 answer | 0

1

answer