Ältere Kommentare anzeigen
After many hours trying to figure out how to load a file, I finally gave up ! It's my first time to use Load command, So please give me a basic explanation I have tried to load a file by the following code:
load pulse_7cm_-14dB_10x_aver;
t = Ts:Ts:size(RF)*Ts;
subplot(2,2,1);
plot(1e6*t,1e3*RF);
xlabel('time [\mus]');ylabel('Voltage [mV]');title('T');
but this error appears:
Error in ==> wer at 1
load pulse_7cm_-14dB_10x_aver;
What is the problem?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Code Performance finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!