Respondida
how to plot 40 different colors in matlab graph
Colors in Matlab plot that you are using are basically RGB triplets. For example blue b [0,0,1] black k [0,0,...

alrededor de 5 años hace | 0

Respondida
Which filter or function can be used to achieve something like this in MATLAB?
Use roipoly function in Matlab. Read more about it here: https://in.mathworks.com/help/images/ref/roipoly.html

alrededor de 5 años hace | 0

Respondida
Legend in plot with a loop
Try this: for j=1:48 figure; normB48points=(normB(:,j)); plot(t',normB48points); xl...

alrededor de 5 años hace | 0

| aceptada