Community Profile

photo

Ataur Rahman


Last seen: 約3年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How to find the mean value of R G B component in an image without using the comment 'mean'
function avgrgb=avgpict(img) sz=imread(img); %read the image pict=double(sz);% convert it to double for calculations ...

3年以上 前 | 0

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年弱 前