帮忙用matlab算一个算法,随便打几个数字把结果截图发给我谢谢了
m=input('plsinputtherownumberofa');n=input('plsinputthecolumnnumberofa');fori=1:mforj...
m=input('pls input the row number of a');
n=input('pls input the column number of a');
for i=1:m
for j=1:n
a(i,j)=input ('pls input the data');
end
end
k=input('pls input the column number of b');
for i=1:n
for j=1:k
b(i,j) = input('pls input the data');
end
end 展开
n=input('pls input the column number of a');
for i=1:m
for j=1:n
a(i,j)=input ('pls input the data');
end
end
k=input('pls input the column number of b');
for i=1:n
for j=1:k
b(i,j) = input('pls input the data');
end
end 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询