![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13566310_1537037007171_DEF.jpg)
suresh gunarathna
Followers: 0 Following: 0
Statistics
RANK
233 126
of 297 046
REPUTATION
0
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
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
Feeds
how to mix two audio signals
function [Y,f]=togau(A,B) [x1,f1]=audioread(A); [x2,f2]=audioread(B); [l1,c1]=size(x1); [l2,c2]=size(x2); if l1 > l...
ungefär 5 år ago | 0
Question
how do we create movie structure not with vediofile
vedio = playvedio('sample.avi'); but this not create structure on my workspace why is that?
mer än 6 år ago | 0 answers | 0
0
answershow to mix two vedio files according to the height of frame ?
halfmix('apalne.mp4','cloude.mp4');
mer än 6 år ago | 0
| accepted
Question
how to mix two vedio files according to the height of frame ?
function mov = halfmix(fname1,fname2) video1=playvideo(fname1); video2=playvideo(fname2); [h1,w1,c1] = size(v...
mer än 6 år ago | 1 answer | 0
1
answerQuestion
can exist 2 channel within one vedio frame?why we count frames in algorithm part on matlab
function grmovstruct = myvideo(structname) fcount = size(structname,2); for i = fcount:-1:1 grvedio = rgb2gray(st...
mer än 6 år ago | 0 answers | 0
0
answershow to write matlab porgramme to remove one of the RGB channels (make 0) in each of the 10 frames in a sequence?
question is this , a vedio file (sample.mp4) is given to you, write a matlab program (M-file) to remove one of the RGB channels...
mer än 6 år ago | 0
how to write matlab porgramme to remove one of the RGB channels (make 0) in each of the 10 frames in a sequence?
out put is black image nothing else
mer än 6 år ago | 0
Question
how to write matlab porgramme to remove one of the RGB channels (make 0) in each of the 10 frames in a sequence?
how to write matlab programme to remove one of the RGB channels in each of the 10 frames in a sequence
mer än 6 år ago | 3 answers | 0