![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2918293.jpg)
Yingquan Li
University of Maryland
Followers: 0 Following: 0
19 year old college student.
Professional Interests: Signal Processing
Statistiques
RANG
253 744
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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 ...
presque 13 ans il y a | 1 réponse | 0
1
réponsehow to process this method
Sorry I can't help, but your project seems so cool!
plus de 13 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 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesHow 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 ...
plus de 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 ...
plus de 13 ans il y a | 4 réponses | 0