Statistics
RANK
22,981
of 295,467
REPUTATION
1
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Why am I unable to call the ncread function to read NetCDF files?
Hi all, When I call the function "ncread" in MATLAB i get the following error message: ??? Undefined function or method 'ncr...
13 years ago | 1 answer | 0
1
answerQuestion
Remove warning message
Dear Matlab folks, When I save data from matlab to new excel spreadsheet, I get the following message: Warning: Added specifi...
13 years ago | 1 answer | 0
1
answerQuestion
How to find a chunk of a certain number of zeros inside a vector
Hi all, I have a vector of ones and zeros randomly distributed. i.e: A = [0;1;1;0;0;0;0;1;1;1;1;0;1;] What I want is to find...
13 years ago | 4 answers | 0
4
answersQuestion
Availability PDF
Hi Everybody, I am trying to find a probability distribution function (PDF) which can represent the availability of a certain c...
13 years ago | 1 answer | 0
1
answerQuestion
Produce a Date vector starting with a desired date
Hi all, I want to generate a date vector that starts at, say '01-Jan-2001 00:00:00' and skips by hour all the way up to '31-D...
13 years ago | 1 answer | 0
1
answerQuestion
Matlab v7 not compatible with FITDIST Function ? Anybody Knows???
Hi all, Does anybody knows if the function "fitdist" is available for matlab version 7.3.0? When I call for this function it ...
13 years ago | 2 answers | 1
2
answersQuestion
Matrix manipulation
Hi, I have a matrix A(1000,6) and i want to write 1's at certain positions say: i = [785 58 595 389 450 956]; j = [4 6 2 3 5...
13 years ago | 1 answer | 0
1
answerRead values from a very complex txt file into matlab
Thanks Laura for the hint... Simple and efficient. The %q was just a desperate way I found to allow matlab to read the big stri...
13 years ago | 0
Question
Read values from a very complex txt file into matlab
Dear Matlab community, I have a data file of wave heights that looks like this: Euro platform;Golfhoogte, significante-, uit ...
13 years ago | 2 answers | 0
2
answersQuestion
Find the indices between two vectors of dates
Hi all, I have two vectors of dates but they start at different periods and have different hour distributions. The first vecto...
13 years ago | 1 answer | 0