A = [3 5 7 8........] B = [1 2 4 5 6 ....] A has 13 more elements than B. How to multiply each element of A and B?

 채택된 답변

bio lim
bio lim 2015년 7월 15일

1 개 추천

A(1:length(A)-13) .* B

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

질문:

2015년 7월 15일

답변:

2015년 7월 15일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by