photo

rising falcon


Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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?

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort