photo

Arnab Paul


Last seen: 4 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

10 Questions
2 Réponses

RANG
263 656
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


Using sgolayfilt in derivative analysis of absorption images
I want to apply this equation to my absorption images at 655 nm This code enables me to do that fileDirectory = "/Volumes/Ex...

4 mois il y a | 1 réponse | 0

1

réponse

Question


Non-negative least square method is giving fixed values
I am trying the NNLS with my dataset to solve the a problem. The values are for each column remain same and no changes at all in...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Mean Composite of netcdf images
I am stuck with a problem. I want to create a mean composite of multiple georeferenced .nc satelllite images. 1st problem is fin...

plus d'un an il y a | 1 réponse | 0

1

réponse

Réponse apportée
cropping netcdf files using geo-coordinates
MODIS .nc data can be tricky unlike other climate data format chlFileDirectory = "Your folder"; chlFilename = dir(fullfile(chl...

environ 2 ans il y a | 0

| A accepté

Question


Georeference MODIS L2 files
I want to georeference MODIS L2 files in Matlab. The files has reflectance bands and Latitude and Longitude. I want to use WGS 8...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


cropping netcdf files using geo-coordinates
I want to crop my study area using lat and long mask. the code is below %Cropping the files chlFileDirectory = "/Users/gulfcar...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


Cannot write netcdf file
filename = "/Users/gulfcarbon2/Desktop/AD-ATCOR/output/AQUA_MODIS.20190816T194000.L2._Rrs.nc"; info = ncinfo(filename); dim = ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Converting .sb(.txt) file to excel file
I have this code below which suppose to convert .sb extension file to excel file. but it is showing error as Error using field...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Dimensions of arrays being concatenated are not consistent.
I want to run this code over multiple text file. I want them as a xlsx file but showing Dimensions of arrays being concatenate...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


converting multiple textfiles to csv and xlsx format.
I have the code for the one file. how can I loop it through? Here is the code. filename = 'myFile.txt'; format = '%c'; data=...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
converting .txt file to .csv file with mixed delimiter
filename='7da2190bbf_NSF_Rapid_HPLC_2018_AC.txt'; data=readlines(filename); data=strrep(data,char(9),','); wwritematrix(data,...

plus de 3 ans il y a | 0

Question


converting .txt file to .csv file with mixed delimiter
Hi there, I want to convert the .txt file into .csv file. The file has mixed delimiter (Comma, tab) like this. fileilename =...

plus de 3 ans il y a | 3 réponses | 0

3

réponses