photo

anton fernando


old dominion university

2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

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

1

답변

질문


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

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


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.

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

1

답변

질문


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

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

1

답변

질문


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

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


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?

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

1

답변

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

대략 10년 전 | 0

질문


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

대략 10년 전 | 답변 수: 3 | 0

3

답변

질문


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

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

1

답변