Community Profile

photo

Amv


Active since 2017

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Can I upload program to arduino using matlab only?.
Hello guys, I'm new in MATLAB. I've started with Arduino and I want to upload code on Arduino with help of matlab only... ...

5 years ago | 2 answers | 0

2

answers

Question


How can I find Local Orientation for each block
Hello everyone, Can anyone help me to sort out this problem? <</matlabcentral/answers/uploaded_files/79678/Local%20Orienti...

7 years ago | 0 answers | 0

0

answers

Question


Convert whole image into non-overlapping blocks of size 8*8 pixels
I2 = im2double(YourImage); [m,n] = size(I2); Blocks = cell(m/8,n/8); counti = 0; for i = 1:8:m-7 ...

7 years ago | 1 answer | 0

1

answer