문돌이가 한밤중에 매트랩갖고 헉헉 거리는거 불쌍하지 않냐? 좀 도와주라 제발

freq1=input('Enter frequency in cycles per second:');
R1=input('Enter amplitude:');
first=plot(phasor(10000,freq1,0,.5,R1));
pause(5)
freq2=input('Enter frequency in cycles per second:');
R2=input('Enter amplitude:');
second=plot(phasor(10000,freq2,0,.5,R2));
sum=first+second


이런식으로 함수 두개 해서 마지막에 함수 두개의 합을 그래프로 띄워야되는데

마지막에서 오류가난다 함수의 합은 어케하는거냐..