Community Profile

photo

anton fernando


old dominion university

Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Find adjacent values of a vector corresponding to another vector
Hi, I am trying to find the adjacent points of a 1-D vector corresponding to the elements of another column vector. It is very...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


non linear regression code
I did linear regression by the code below. data set is attached. clear; clc load('data.mat'); F=F'; T=T'; W=W'; ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Use step wise linear regression to find coefficients and errors
I need to fit these data i=120 times for each W(i,40)and determine the set of constants(120 sets) and the error(in 95% confidenc...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Manual Multiple Regression without the curve fitting tool
I want to fit a data set for a custom equation. f(X,Y,Z)=W=a0+a1*X+a2*Y+a3*Z X=double(1*40) Y=double(1*40) Z=doubl...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


reading data from a file which include symbols.
I need to read the first column of the file attached and the last 3 digits of each line as a column. Appreciate any help.

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have been trying to read multiple ASCII files which have file names (23318.asc to 25897.asc). I doesn't seem working. This is what I have so far.
clc, a= 23318:25897 for k= 1:length(a) i= 23317+k; ascFilename = ['3841' num2str(i) '.asc'] cont...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting multiple graphs in one plot.
I have a plot of the change of the temperature variations from 2014-2013 for different altitudes. let's say I have it for 10 dif...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Get zeroes in a binned data set
I am trying to put a large number of data set which is in as a matrix to certain bins. But I get zeroes in my binned data set an...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Read a data set and bin it to different groups.
2004017 2004018 2004018 2006019 2004019 2004017 2004018 2004018 2005019 2004019 2004017 2...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Read string values in NetCDF files.
I have a NetCDF file to read. Actually they are dates of a certain data is taken. But I get it as a numerical value. Then the da...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I read NetCDF file data in Matlab?
I have several files in .nc format. I cannot load or read the data in the files. What should I do?

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
I want to read the header data. The data file is attached. In the fffffff row there are two data values that I need to read and also in the qqqqqq column there is only one data. How can i read this?
Thank you very much the long explanation. Actually my question is in the data set that I uploaded has a row with starting qqqqqq...

fast 10 Jahre vor | 0

Frage


I want to read the header data. The data file is attached. In the fffffff row there are two data values that I need to read and also in the qqqqqq column there is only one data. How can i read this?
The data file is attached. In the fffffff row there are two data values that I need to read and also in the qqqqqq column there ...

fast 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How can I extract data from a large ASCII file?
I have a ASCII data file with unknown number of columns and rows. In the file there are some unwanted text lines on top. I want ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort