photo

suresh gunarathna


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
4 个回答

排名
126,573
of 299,791

声誉
0

贡献数
4 个提问
4 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,807

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,966

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 1

查看徽章

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

5 years 前 | 0

提问


how do we create movie structure not with vediofile
vedio = playvedio('sample.avi'); but this not create structure on my workspace why is that?

7 years 前 | 0 个回答 | 0

0

个回答

已回答
how to mix two vedio files according to the height of frame ?
halfmix('apalne.mp4','cloude.mp4');

7 years 前 | 0

| 已接受

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

已回答
how 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...

7 years 前 | 0

提问


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

7 years 前 | 3 个回答 | 0

3

个回答