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
매트랩에서 한글이 들어있는 csv 파일을 로드하는 과정에서 NaN값으로 바뀌는 문제가 있습니다. 어떻게 해결하나요?
readmtrix를 사용할 때, 숫자형 데이터와 텍스트 데이터가 혼합된 파일의 경우 readmatrix는 기본적으로 데이터를 숫자형 배열로 가져옵니다. 출처: https://kr.mathworks.com/help/matlab...

1 month ago | 1

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...

6 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 = []; ...

9 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