Community Profile

photo

Simon Lind


Centro de Estudios Avanzados en Zonas Aridas (CEAZA)

Last seen: 16 days ago Active since 2015

Statistics

  • Thankful Level 3
  • Thankful Level 2
  • First Review

View badges

Content Feed

View by

Question


writetable or dlmwrite to save an array as a txt file
Hello community I need to save a txt file like this one 1 -26.2 -31.7 2 -27.1 -33.9 3 -25.5 -30.2 4 -24.4 -30.8...

1 month ago | 2 answers | 0

2

answers

Answered
read csv data with numbers, characters and text
I followed your advices. This was what I finally did and it works Thank you very much opts.SelectedVariableNames = {'DATE','LA...

10 months ago | 0

Question


read csv data with numbers, characters and text
Greetings Does anyone have any idea on how to import numerical data from a csv file of the following format: STATION DATE ...

10 months ago | 1 answer | 0

1

answer

Question


datestr generating different string
I have an array with days, months and years. This is my string [myd '/' mym '/' myy] ans = 20/01/2014 But datestr generates ...

3 years ago | 1 answer | 0

1

answer

Question


read csv file with dates and numerical in R2016b
I have a csv data file like this: 2014-01-01 01:30:00,5.728,100.0, 2014-01-01 02:00:00,5.892,100.0, 2014-01-01 02:30:00,6.012...

3 years ago | 2 answers | 0

2

answers

Question


export txt with text and numers
I wasn't able to find a similar question already aswered. I need to generate a .txt file in the format below. It has to include...

3 years ago | 1 answer | 0

1

answer

Question


changing header to csv using writetable
I have a 2D array like this: dates and data 19790101 7839.4 29.4 17.3 1.6 51.8 13.8 5.2 19790102 8046.4 30.1 17...

3 years ago | 2 answers | 0

2

answers

Question


explained variance by each perdictor variable in plsregress
I'm using plsregress to generate a model to reproduce my variable as a function of a set of 10 predictors. I need to know the ex...

5 years ago | 0 answers | 0

0

answers

Question


read big text file
Any idea on how to import data from a text file containing integers and text like this: <a space> ...

6 years ago | 0 answers | 0

0

answers

Question


/bin/bash: cannot execute binary file
Greetings, I think a similar question has been asked before, but I couldn't find the answer I need. I'm trying to run a ....

7 years ago | 1 answer | 0

1

answer

Question


nccreate: error with "unlimited" dimension
Please I'm trying to export a 3D (time x latitude x longitude) matrix into a netcdf file by using nccreate. The time dimensio...

8 years ago | 0 answers | 0

0

answers

Question


fwrite and fread: different dimensions for the same matrix
Please I’m trying to save a 2160x4320 matrix as >> fid = fopen([Path filename '.bin'],'wb'); >> fwrite(fid,filename,'ui...

9 years ago | 1 answer | 0

1

answer