photo

Mads


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Finding closest points to a given range in matrix
If A is your matrix you could use: [~,b] = min(abs(A(:,1))+abs(A(:,2)-0.29)) where b is the rows position which satisfie...

12년 초과 전 | 0

질문


Changing horizontal axis to descending order
Hi all. Do anyone know how to change the order of xaxis labels in the plot function? Instead of, say, 1 , 2 , 3... i would th...

12년 초과 전 | 답변 수: 2 | 1

2

답변

질문


Efficient way to read in large dataset
Hi all. I am to read in a set of data to Matlab which has 6 columns and more than 2 million rows. I tried reading the data as...

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

1

답변

질문


Using strrep on cell array with some non-chars
Hi all. I have this set of data structured as an array of cells which contain chars in almost all cells. However, a few cells ...

거의 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Publish with no output to screen
Hi again. It turns out that this options setting also means that publish does not create the pictures. Do you have another sugge...

대략 13년 전 | 0

질문


Publish with no output to screen
Hi all. I'm using publish to create a number of figures by a loop. When i do this the figures pop up on screen and I don't w...

대략 13년 전 | 답변 수: 2 | 1

2

답변

질문


Finding unique dates in vector
Hi all. I have a vector of dates where each date is repeated many times. How would i create a vector with every date but no ...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


Finding the first 1 in indicator variable
Hi all. If i have an indicator variable which a bunch of 1's. How do i most efficiently find the position of the first 1? ...

대략 13년 전 | 답변 수: 1 | 0

1

답변