Community Profile

photo

Salman Yahya


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how can i print an array using fprintf function?
i tried printing an array array = [1 2 3]; with fprintf funtion,like this fprintf('array = %1.0f', array); but i am getting...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what is happening here?
for j = 1:6 - 1 if sign(i(j,1)) * sign(i(j+1,1)) == -1 m = m + 1; end end in this code what does "1:6-1" ...

más de 4 años hace | 2 respuestas | 0

2

respuestas