Ann Lee
Followers: 0 Following: 0
Statistik
12 Fragen
0 Antworten
RANG
204.197
of 295.818
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
91.67%
ERHALTENE STIMMEN
0
RANG
of 20.283
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.606
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
i m trying interpret this simple matrix code..
seed:345 10x7 matrix, [-150,300] B=randi... and i want to sort 10 elements of row3 by ascending order. i m wondering >>> %...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
i want to draw a graph
i want to draw a graph on just command window. f(x)=(exp(x).*sin(x)+(x./exp(x)) on 0<=x<=2*pi but i got error! how i fix ? ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
interpret a simple matrix code
I m interpret a very easy code... I don't know some points, could you explain green sentences? >> A=eye(4,4) A = Diagonal ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want to make program that find prime number
i made this program, but i couldnt find errors.. and i typed primecheck(11) on command window and i got >> primefunction(1...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how do i print my conversion code?
(factorial(n))/(n.^n); this series is divergence over n being over 170. and i want to make this series being converges when ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how do i fix this code? (finding convergence of divergence)
hello! cube=@(n)(factorial(n))/(n.^n); this series is divergence over n being over 170. and i want to make this series be...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do i delete red box?
is there any solution to not showing that red box? i tried type ; every last of sentences and i couldnt find.. function A=wo...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do i make this form with matrix ?
i want to make form like this picture with code. (first a in forloop is series a, second a in forloop is series b, third a is s...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how do i fix inline function error?
i m trying to make matrix (4x16) in forloop, three modifies of 'a' are series (1 to infinite) it works untill i added 4th a se...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how do i print this matrix?
hi! i want to print this matrix.. i think there is a easy pattern in this matrix but i couldn't found..! Is there a easy way...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how do i print this matrix?
a,b,c are series. (1 to infinite) a= nthroot(n.^2,5)./(3.^n*(n+1)) b= (3*n.^2+n)/(2*n.^4+nthroot(n,2)) c= (nthroot(37,2)*n....
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do i add a zeroes in every raws?
hi I started studying matlab since last week I want to make a matrix (3x6) 0 0 1 3 5 7 0 0 4 6 8 10 0 0 9 7 5 3 I kno...
mehr als 2 Jahre vor | 1 Antwort | 0