photo

Amv


Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
243 703
of 301 186

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 188

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 292

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 7 ans il y a | 2 réponses | 0

2

réponses

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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse