Matlab array and matrices
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
A=[1 2 3 4 5 6 7] B=[2 4 6 8 10 12 14]
How to Add each element of A with the 7th element of B. THANK YOU!
0 个评论
回答(1 个)
madhan ravi
2020-10-6
0 个投票
Start with MATLAB On-ramp course.
3 个评论
Miller will
2020-10-6
James Tursa
2020-10-6
The 7th element of B is B(7). Add that to A.
Miller will
2020-10-6
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!