photo

Allison Miller


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • First Review

Ver insignias

Feeds

Ver por

Respondida
Multiple one variable many parameter plots
I figured it out myself, I added this to the for loop: figure(1) plot(height,'o'); hold on figure(2) plot(width,'o'); ho...

más de 5 años hace | 0

| aceptada

Pregunta


Multiple one variable many parameter plots
If I have a function compare(varargin) for loop i = 1:3:length(varargin) height = varargin{i}; width =...

más de 5 años hace | 2 respuestas | 0

2

respuestas