photo

rising falcon


2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I wanna make graph theory graphs in matlab. what commonds will be use for graph theory?
for example, there are five vertices and ten edges. how can I plot it in matlab?

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to solve piece-wise function?
f(x)= {1 if x>=0, 0 if x=0, -1 if x<=0

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

1

답변

질문


how to add two sums by using loops?
what commond will be use for this ∑_(j=1)^5▒∑_(i=1)^2▒(i+j)

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

1

답변

질문


how to mention function on plot?
x=-pi:pi y1=sin(x) y2=cos(x) plot(x,y1,x,y2) how can we mention sin and cosine function on plot?

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


what is differance between plot of a function and ezpolt of a function?And how can we achieve same plot by these two?
for example x=-pi:pi y=sin(x.^2) find ezplot and plot

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


how can i replce numbers at the end of rows and coloumns in same metrix?
A=zeros(4) and i want to replce numbers at the end of 3rd,4th row and 3rd,4th coloumns. how can i do this?

거의 9년 전 | 답변 수: 1 | 0

1

답변