Community Profile

photo

Kyoung Moon Lee


Last seen: Today Active since 2023

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Korean

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to plot hexagonal boundary graph
In order to create a contour graph in matlab, we need to convert to nXn data instead of 1xn. clc; clear; close all; % option...

3 months ago | 1

| accepted

Answered
How to extract and save water depth data from a 2dm file?
use meshgrid In my opinion, next time don't post the original homework file as is. % enther lon, lat, depth x = []; y = []; ...

6 months ago | 0

Answered
Plot multiple time ranges on a single line?
I have created a code based on the values you wrote down and the picture attached. You can edit this code by adding the data...

1 year ago | 1

| accepted