Feeds
提问
To connect the top two points of the ellipse symmetrically with mesh and add the gradation color according to the value
clc; clear all; % 데이터 읽기 data = load('1.txt'); % 데이터 분리 theta_deg = data(:, 1); % 첫 번째 열: 각도 (degree) r = data(:, 2); ...
10 months 前 | 1 个回答 | 0