tng
Followers: 0 Following: 0
Feeds
質問
Flood map using Mapping toolbox
Hi, does anyone know how to create a flood map on MATLAB (using the mapping toolbox)? I have a NetCDF file which has the coordin...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How to read the .tif and .tfw files to load elevation data?
I just downloaded some data from the following website: https://environment.data.gov.uk/DefraDataDownload/?Mode=survey I would ...
3年以上 前 | 0 件の回答 | 1
0
回答回答済み
How do you read a column from a csv file that has commas?
B = readtable('Newhaven_19820101_19871231.csv', 'Delimiter', ','); B = B(:,11); B = table2array(B); Actually this seems to wo...
How do you read a column from a csv file that has commas?
B = readtable('Newhaven_19820101_19871231.csv', 'Delimiter', ','); B = B(:,11); B = table2array(B); Actually this seems to wo...
3年以上 前 | 0
| 採用済み
質問
How do you read a column from a csv file that has commas?
I want to read column 19 of the table (surface elevation) into MATLAB but I get a table with characters rather than numbers when...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Why do I get the error "Identifier 'D' is not a function or a shared variable. To share 'D' with nested function, initialize it in the current scope"?
I got this matlab toolbox called WAFO (Wave Analysis for Fatigue and Oceanography) and when I try to use one of their function f...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How to label the x-axis of a time series with the years?
I have a time series that gives data every hour from 1979 January 1st 00:00 am to 2021 March 11th 22:00 pm. So, I have a time se...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How do you import specific rows of numeric data (without text) for the file I have attached?
Hi, how can I import the numeric data for each location (there are tables for 6 locations) in the file I have attached? I want t...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Contour plot using three 1D arrays
How can I make a contour plot using three 1D arrays? Arrays 1 and 2 represent the x and y coordinates of the nodes in my unstruc...
3年以上 前 | 1 件の回答 | 0