Community Profile

photo

joo tan


Last seen: 3 meses hace Con actividad desde 2011

Estadísticas

  • First Review
  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How to run executable file (.exe) with input information using MATLAB
Hi everyone, I want use _system_ to run my executable file (add_grd.exe) with input information (file 1 ,file 2 and output fi...

más de 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to run this file
.I want to compute geostrophic current using a m.file create by forum member..I try to follow the steps.i make simple command (n...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Plot contour with specific interval
Dear all, i am beginer in matlab..i want to plot contour with specific interval.may data has 3 column, lat,long and height..m...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Replace NaN value to blank in excel
I have excel file with 3 column. The third column has NaN value. i need to replace the NaN value to blank...I not familiar with ...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Read specific data value
Dear all i have a file with has 3 column. I have problem to read second column.The example of second is like below; 2006-0...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error when to process many file
I have many file to process..when i run my program, after 100 file,appear error like below... ??? C:\Program Files\MATLAB\R20...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Rename file with date
Dear all.. i have many file with name by modified julian date..i have used matlab progrrming JD2CAL (Converts Julian date to...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Respondida
fprint error
this is my programming..i am very dispointed when my programming not working like before..plz..help me cd('E:\Data2\Gridfil...

casi 12 años hace | 0

Pregunta


fprint error
Itry process multiple data..sometimes, my programming working..but,when i want to repeat processing, appear error like below..ca...

casi 12 años hace | 4 respuestas | 0

4

respuestas

Pregunta


using pcolor to display current velocity
Dear all, i have file (01.txt) which has 3 column data..First column is latitude (2-15 degree), second is longitude (95-126 ...

alrededor de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Convert netcdf file to ascii file..
Dear all, I have netcdf file and need to convert the file to ascii file..i use matlab version 2010a ..example data is below: ...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Rearrange data
Dear all, I have data like below in my file below..i need to rearrange to single column but i need skip the first row?? If i s...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
select data from specific range
already solve problem..thanks f = load('D1.ASC'); lat = f(:,1); lon = f(:,2); sla = f(:,3); i=2:0.25:15 j = 95 : 0.25 ...

más de 12 años hace | 1

Respondida
select data from specific range
yes..it is works..but my problem is, i want to make the latitude and longitude spacing 0.25..

más de 12 años hace | 0

Pregunta


select data from specific range
Dear all, My file have 3 column and more than hundred line..First column represent latitude, second longitude and lastly sea ...

más de 12 años hace | 5 respuestas | 0

5

respuestas

Pregunta


extrapolate data
Dear all, I have a lot of data in a file..i need to extrapolate the data but the data is nonuniform ..i just want to extrapol...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to make autorun and auto exit
Dear Andreas Goser, ok..i will try your suggestion..so, it will automatic run the B file? so, the last B.file , i need put c...

más de 12 años hace | 0

Pregunta


How to make autorun and auto exit
Dear all, I have 2 file.m ..Let say A.m and B.m..first i need to run the A.m file and at the middle running, i need load and ...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to load file have header
i have a few file have header..before this i just load function..for file have header , can not..the example file is like below ...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Error when try to process many file
i try process many file but at the middle, error like below: Error using ==> fprintf Invalid file identifier. Use fopen to ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


add new column into existing text file
i have 10 file and every file have 1 column data..i want to extract the column from all file and write into first file ..so, fi...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to average specific column from many file
dear all, I have 100 text file and every file have 3 column (lat,longitude and sea level)..i need to add the sea level (column ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


remove header in file
latitude, longitude, wind_speed, zonal_wind_speed, meridional_wind_speed, quality_flag 15.25, 94.75, 314, -26...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


extract name from file name
dear all, i have file which name 200101010000-200101020000.dat..but i need to rename new file using 8 first digit (like 2001...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Read multiple data
Dear memebers, i have many file to process..how i can make looping to load the file??

más de 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
Gridding and interpolate data
sorry friends..what you meant the range? you meant the spacing of data? can i know, the value 0.5=dx and 1=dy is for what? the s...

más de 12 años hace | 0

Respondida
Gridding and interpolate data
i try to run but still curious how to input my data..i have non uniform coordinate (x,y) with height like (x,y,h)..so i need to ...

más de 12 años hace | 0

Pregunta


Gridding and interpolate data
Dear friends, I have a lot of data and i need to interpolate and grid the data..I plan to use krigging method to grid the dat...

más de 12 años hace | 5 respuestas | 0

5

respuestas

Respondida
how to amke 2D map in matlab
Sean De i have lat,longitude, u,v, speed and direction..i already plotting the direction using quiver function..but i want to...

más de 12 años hace | 0

Pregunta


how to amke 2D map in matlab
hai there, i have ocean current data ,longitude,latitude and velocity..i need to generated 2d map to represent the velocity b...

más de 12 años hace | 3 respuestas | 0

3

respuestas