photo

Ryan


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Counting occurrence of elements in an array
This works.... x= [2 3 2 4 5 6 8 2 9 5] for index=1:length(x) y(index)= sum(x==index); end y produce...

más de 9 años hace | 0

Pregunta


How to fix GUI error?
I was working on some code and a gui for a school assignment and gotten it to work perfectly. I finished the assignment and nee...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Finding Consecutive values in array that meet specific Criteria?
I have a list of values a = [3 10 7 6 2 3 4 8] I want to find the longest list of terms where a is greater than a certa...

más de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Possible to simplify vector expression?
While writing a script... My goal was to have a vector defined with a long list of terms that show the difference in adjacent...

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

1

respuesta