photo

Syed Ahson Ali Shah


Last seen: 3 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 1