Yingquan Li
University of Maryland
Followers: 0 Following: 0
19 year old college student.
Professional Interests: Signal Processing
Statistik
RANG
152.919
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
Simple Linear Algebra problem that's confusing me.
I'm stuck for the longest time on this problem: Find a row vector l such that lA = l, with A = [.2 .8; .7 .3]. This is somehow ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
Antworthow to process this method
Sorry I can't help, but your project seems so cool!
etwa 13 Jahre vor | 0
Frage
A particular differential equation... why can't I solve it?
the differential equation: dy/dt = (t-e^-t)/(y+e^y) was assigned by my teacher and supposedly dsolve() can solve it, resulting i...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Question about MATLAB functions
when you use help on any function, MATLAB gives you a description of how that particular function works. Is there any way to see...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenHow to make a unique vector
Hey guys, I tried: for i = 1:length(a) for j = 2:length(a) if (a(i) == a(j)) a(j) = [] end ...
mehr als 13 Jahre vor | 0
Frage
How to make a unique vector
Hello. Given this vector: a = [22 20 21 20 24 25 26 22] I want it to return [22 20 21 24 25 26] The unique function ...
mehr als 13 Jahre vor | 4 Antworten | 0