photo

Arnab Paul


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
2 Answers

RANK
270,209
of 298,993

REPUTATION
0

CONTRIBUTIONS
9 Questions
2 Answers

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
0

RANK
 of 20,661

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,052

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

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

1 year ago | 1 answer | 0

1

answer

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

1 year ago | 1 answer | 0

1

answer

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

2 years ago | 0

| accepted

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

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

3 years ago | 1 answer | 0

1

answer

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

3 years ago | 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 =...

3 years ago | 3 answers | 0

3

answers