Community Profile

photo

Yingquan Li


University of Maryland

2011년부터 활동

Followers: 0   Following: 0

연락

19 year old college student.
Professional Interests: Signal Processing

통계

  • First Answer

배지 보기

Feeds

보기 기준

질문


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

대략 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to process this method
Sorry I can't help, but your project seems so cool!

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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 ...

거의 13년 전 | 0

질문


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

거의 13년 전 | 답변 수: 4 | 0

4

답변