photo

Allison Miller


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten