Community Profile

photo

Jie Yang


University of Notre Dame

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Solved


02 - Vector Variables 4
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2d.png>> (Logarithmically spaced numbers between 1 and 1...

6 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

6 years ago

Question


how does MATLAB deal with 'dwt' command?
<</matlabcentral/answers/uploaded_files/14461/QQ%E5%9B%BE%E7%89%8720140620095225.jpg>> Hi there, I try to understand how ...

10 years ago | 0 answers | 0

0

answers

Answered
Replacing row number with value
for i=1:length(b) c(i,:)=a(b(i),:); end

10 years ago | 0

| accepted