photo

Syed Ahson Ali Shah


Last seen: 3 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How do I avoid the error message "Index exceeds the number of array elements" in a for loop?
the variable in j takes on 13 values. day=[1,6,13]; for j = day(1):day(3) j end You might do like this: day=[1,6,13...

plus de 2 ans il y a | 0

Réponse apportée
how can i perform gray scale image normalization???
This is the Formula: Normalized Image = (Original image - min of image) * ((newMax-newMin) / (ImageMax - ImageMin)) + newMin w...

plus de 2 ans il y a | 1