Community Profile

photo

hinami


Last seen: 9 days ago Active since 2020

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How can I read lat and lon data from MYD09GA hdf files?
I'm trying to read MOD09GA hdf file (e.g., https://e4ftl01.cr.usgs.gov/MOLA/MYD09GA.061/2002.07.05/MYD09GA.A2002186.h12v02.061...

2 years ago | 0 answers | 0

0

answers

Question


How to make a file size smaller when export as a netcdf?
Hi all, I'd like to export data as a netcdf file. Below is an example code: dc=5000;dl=5000; data=rand(dc,dl); nccreate('tes...

3 years ago | 1 answer | 0

1

answer

Question


How to constrain Neural Network output?
Hi, For my research purpose, I need to impose a constrain for the output layer. How to constrain the output values? x = rand...

3 years ago | 1 answer | 0

1

answer

Question


How to compute cost function for fmincon?
Hi all, I'm performing an optimization using fmincon as follows: r=[0.22 9.94 0.08; 0.16 0.95 0.08; 0.07 0.87 0.08]; R...

3 years ago | 1 answer | 0

1

answer

Question


How can I solve the set of liner equations using lsqlin?
Given the set of 5 linear equations above, I'd like to optimize unknown parameters A, B, C, D and E using a function lsqlin. F...

3 years ago | 2 answers | 0

2

answers

Answered
Quasi-Newton method for optimization
These work fine. Thank you all. Much appreciated.

3 years ago | 0

Question


Quasi-Newton method for optimization
Given the set of 4 linear equations above, I'd like to optimize unknown parameters A, B, and C using a quasi-newton method. Fo...

3 years ago | 3 answers | 0

3

answers