photo

JINWOO HONG


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
109,740
of 300,759

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
gui cos sin wave question
i want to make like this

5 years 前 | 0

提问


gui cos sin wave question
I made this code how can I change it to look like this fig? function pushbutton1_Callback(hObject, eventdata, handles) f1 = ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


사인 코사인 중첩 gui 만들고 있는데요 질문있습니다.
f1 = str2double(get(handles.a,'String')); f2 = str2double(get(handles.b,'String')); f3= str2double(get(handles.c,'String'...

5 years 前 | 0 个回答 | 0

0

个回答

提问


hi i'm make sin cos wave in gui
Hi I'm making a superimposed sin cos wave. could u tell me how can i superimpose in edit1 and axes1 ?? function pushbutt...

5 years 前 | 1 个回答 | 0

1

个回答

提问


help gui sin cos wave code
function pushbutton1_Callback(hObject, eventdata, handles) f1 = str2double(get(handles.a,'String')); f2 = str2double(get...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Help gui sin cos wave
</matlabcentral/answers/uploaded_files/321700/9F374857-18A9-4937-A9D8-20DAB84691D9.jpeg> Can you guys help me how can i make thi...

5 years 前 | 1 个回答 | 0

1

个回答

提问


matlab code error help
x = r*cospi*cos(theta); y = r*cospi*sin(theta); z = r*sinpi; r = sqrt(x^2+y^2+z^2); theta = atan*(y/x); pi = atan*(z/sqrt(x...

5 years 前 | 1 个回答 | 0

1

个回答