photo

Syed Ahson Ali Shah


Last seen: 3 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

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

más de 2 años hace | 0

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

más de 2 años hace | 1