Community Profile

photo

Yingquan Li


University of Maryland

Actif depuis 2011

Followers: 0   Following: 0

Contact

19 year old college student.
Professional Interests: Signal Processing

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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 ...

environ 12 ans il y a | 1 réponse | 0

1

réponse

A répondu
how to process this method
Sorry I can't help, but your project seems so cool!

plus de 12 ans il y a | 0

Question


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...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 13 ans il y a | 2 réponses | 0

2

réponses

A répondu
How 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 ...

presque 13 ans il y a | 0

Question


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 ...

presque 13 ans il y a | 4 réponses | 0

4

réponses