Community Profile

photo

Kyoung Moon Lee


Last seen: 1 jour il y a Actif depuis 2023

Programming Languages:
MATLAB
Spoken Languages:
Korean

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Content Feed

Afficher par

A répondu
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...

2 mois il y a | 1

| A accepté

A répondu
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 = []; ...

5 mois il y a | 0

A répondu
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...

environ un an il y a | 1

| A accepté