x=input('please input ''x'':');y=input('please input the power:');A=1;for i=1:y A=A*x;endfprintf(['the answer is:',num2str(A),'\n'])
有什么问题呀?
不是把