Community Profile

photo

rising falcon


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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?

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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?

8 years ago | 1 answer | 0

1

answer