Commit 1c5216f2876aa5f3622bf7bbdc7b360ad7013cec
1 parent
e24d9d7ce6
Exists in
master
add credit
Showing 1 changed file with 8 additions and 1 deletions Side-by-side Diff
ploti.m
View file @
1c5216f
1 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
2 | +% Project code file for ECE 257B SP2018 % | |
3 | +% Author: Yu-Jen Ku, Xueshi Hou % | |
4 | +% Department of Electrical and Computer Engineering, % | |
5 | +% University in San Diego, California, USA % | |
6 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
7 | + | |
1 | 8 | function ploti(Target,k) |
2 | 9 | X = 1:size(Target,2); |
3 | 10 | num_t = size(Target,1); |