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
