photo

Kyoung Moon Lee


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

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Korean

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

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

約1ヶ月 前 | 1

回答済み
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ヶ月 前 | 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 = []; ...

9ヶ月 前 | 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

| 採用済み