Feeds
回答済み
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...
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...
6年以上 前 | 0
| 採用済み
質問
Multiple one variable many parameter plots
If I have a function compare(varargin) for loop i = 1:3:length(varargin) height = varargin{i}; width =...
6年以上 前 | 2 件の回答 | 0
