photo

Mads


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
9,758
of 300,603

REPUTATION
2

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

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

14 years ago | 0

Question


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

14 years ago | 2 answers | 1

2

answers

Question


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

14 years ago | 1 answer | 0

1

answer

Question


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

14 years ago | 1 answer | 0

1

answer

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

14 years ago | 0

Question


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

14 years ago | 2 answers | 1

2

answers

Question


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

14 years ago | 2 answers | 0

2

answers

Question


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

14 years ago | 1 answer | 0

1

answer