N/A


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
276,593
of 300,956

평판
0

참여
7 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,124

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 172,015

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how to draw a regular polygon with polarplot command?
how to draw a regular polygon with polarplot command? i'll use input command for n and R. (n is the number of vertices, R is ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Problems with truncated top of the graph
v0=250; g=9.81; theta=65; x0=3000; vx=-30; v0z=v0*sin(theta*pi/180); v0y=v0*cos(theta*pi/180); t=2*v0z/g; plot_for...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


user function and plot
function [x1,x2]=distance_plot(W) prompt1=('input value of W(N) = ') %W값 입력받기 prompt2=('input value of d(m) = ') %d값 입력받기 ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Question about calling user defined function to another script
hello first here is my user_defined_function code.(name is A_execute1.m) function A=A_execute1(r) global V; A=pi*r*(sqrt(r...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


2 Questions about user defined function
hello 1.When using user_defined_function, do I have to put an 'end' at the end of code? once it works without 'end' code, Is t...

3년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Question about to reconduct [for loop statement] to the code using vectorization
hello first i made the code that he answer to the following expression is 0.7849 its expression is the code i made is (...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Question about making a 4-line if statement into a single line
hello first, here is my code A=rand; if A > 0.5 disp([num2str(A), ' ', 'Great indeed!']) end This is a code that...

3년 초과 전 | 답변 수: 1 | 0

1

답변