Matlab array and matrices
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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!
Answers (1)
madhan ravi
on 6 Oct 2020
0 votes
Start with MATLAB On-ramp course.
3 Comments
Miller will
on 6 Oct 2020
James Tursa
on 6 Oct 2020
The 7th element of B is B(7). Add that to A.
Miller will
on 6 Oct 2020
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!