photo

Kyoung Moon Lee


Last seen: Today 2023 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Korean

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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ヶ月 前 | 1

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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年 前 | 1

| 採用済み