有关 Matlab 的 问题啊。急求答案~

2024-11-25 20:40:15
推荐回答(3个)
回答1:

x=input('please input ''x'':');
y=input('please input the power:');
A=1;
for i=1:y
A=A*x;
end
fprintf(['the answer is:',num2str(A),'\n'])

回答2:

有什么问题呀?

回答3:

不是把