Community Profile

photo

Sonisa


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Fitting nonlinear model to data
*I have been trying to fit nonlinear model to my data* Here are the codes: X = [0.05 0.06 0.07 0.08 0.09 0.1 0.125 0.15 ...

5 years ago | 0 answers | 0

0

answers

Question


How do I get proportion of variance?
I have eight variables and I want to know which one is important and I try to use principal component analysis and the one I get...

7 years ago | 1 answer | 0

1

answer

Question


How to know the weight in Artificial neural network with hidden node of 15?
I am trying to create an architecture of the neural network used and for that I need weight. Can anyone help?

7 years ago | 1 answer | 0

1

answer

Question


Extracting datas based on date from two datasets
I have two set sets of data where one is 93*2 and other is 609*2. I want to match up the date and extract two different sets of ...

7 years ago | 0 answers | 0

0

answers

Question


How to I get required data out of categorical sets?
I have 49 asc files that are both of 1 and 0 type. 1 represents till and 0 represents no-till. I already get all the reflectance...

7 years ago | 1 answer | 0

1

answer

Question


Calibration and validation in ANN model
I have 3348 data, of which I want I want to use 2232 as calibration data to validate in 1116 data in ANN model. I earlier used 7...

8 years ago | 0 answers | 0

0

answers

Question


Averaging and then using grpstats in Matlab?
I have NDVI reading for 5 times in same spot, I first want to use means of 5 values and then using grpstats as function to get t...

8 years ago | 0 answers | 0

0

answers

Answered
Creating table for variable of interest
Thank you. I solve it later on using ismember and for loop.

8 years ago | 0

Question


Creating table for variable of interest
I created a logical index to match up the date from two files. The one file has 5301 rows and another has 280 rows, that makes ...

8 years ago | 1 answer | 0

1

answer

Question


How to group variable of interests by logical indexing?
I have this sort of data. I want to plot PAW with Pasture 9 Patch 1, Pasture 9 with Patch 3, along with Pasture 9 with Patch 5. ...

8 years ago | 2 answers | 0

2

answers

Question


How to delete string in cell arrays?
I want to delete this strings in a cell arrays and this strings appeared at 590 columns, sometime in 609 column. I tried this. I...

8 years ago | 2 answers | 0

2

answers

Question


how to delete rows that have string in file?
I want to delete the rows after the date. I tried using data(strcmp(data(:,1), 'END'), :) = [];. My data is 9*23 cell file. Can ...

8 years ago | 2 answers | 0

2

answers

Answered
how to delete rows that have string in file?
This is not working. I have attached a screenshot of my work. I want to delete after the date in each cell. For eg. in {1,1} cel...

8 years ago | 0

Question


How to delete string END at end of each cell array?
I have cellarray of size 9*23. At the end of each file, I have END as the ending row. I tried to use textscan to remove the stri...

8 years ago | 0 answers | 0

0

answers

Question


how to validate linear model?
I already have an estimation from linear regression model using 2 years of data. Now I want to use this estiamted data to valida...

8 years ago | 0 answers | 0

0

answers

Question


how do i download landsat 8 directly from WMS link in Matlab?
I am trying to download landsat 8 from URL "The following URL can be copied to your GIS software package or mapping tool to acce...

8 years ago | 1 answer | 0

1

answer

Question


Having problems with logarithmic value
% Time t=1 to end. Notice that t=1 is in t(2). Given, t = 2500*1 Qin = 7; % Inflow ...

8 years ago | 1 answer | 0

1

answer