How can I divide two columns of data?

조회 수: 41 (최근 30일)
onamaewa
onamaewa 2019년 5월 1일
답변: Walter Roberson 2019년 5월 1일
I have a file with two columns of data.
Column A:
2; 4; 6; 8; 10;
Column B:
2; 4; 3; 4; 5;
I want to divide these columns (A/B) to get the result:
1; 1; 2; 2; 2;
How can I do this?

답변 (1개)

Walter Roberson
Walter Roberson 2019년 5월 1일
A./B

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by