1
私はこのMathWorks社のMATLABコードを持っている:matlabでeyr-diagramをサブプロットするには?
h1= commscope.eyediagram('SamplingFrequency',sample_rate,'SamplesPerSymbol',sample_rate/B,...
'SymbolsPerTrace',4,'RefreshPlot', 'on','MaximumAmplitude',1.2);
figure(100)
subplot(2,2,1);
plot(h1);
subplot(2,2,3);
plot(h1)
を私は2つのサブプロットにH1をプロットしたいが、それは新しい数字を開き、同図に入れていません。なぜそれが起こり、どのように修正することができますか?