photo

Yingquan Li


University of Maryland

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

19 year old college student.
Professional Interests: Signal Processing

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
how to process this method
Sorry I can't help, but your project seems so cool!

casi 13 años hace | 0

Pregunta


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

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

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

alrededor de 13 años hace | 0

Pregunta


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

alrededor de 13 años hace | 4 respuestas | 0

4

respuestas