photo

Ryan


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

9년 초과 전 | 0

질문


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

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

9년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

9년 초과 전 | 답변 수: 1 | 0

1

답변