tng
Followers: 0 Following: 0
Statistics
RANK
33.894
of 295.569
REPUTATION
1
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
Feeds
Question
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 3 jaar ago | 0 answers | 1
0
answersHow 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...
meer dan 3 jaar ago | 0
| accepted
Question
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0