Community Profile

photo

anton fernando


old dominion university

Attivo dal 2014

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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.

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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?

quasi 10 anni fa | 1 risposta | 0

1

risposta

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

quasi 10 anni fa | 0

Domanda


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

quasi 10 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta