How to turn all fives to ones in one column? (Questionnaires)

1 次查看(过去 30 天)
Hi all,
Sometimes, there are reverse research questions in research studies. How can I turn all 5 to 1, 4 to 2, 3 remain the same, 2 to 4, and 1 to 5 in just column 3 of a 90 in 11 matrix? Is there any automatic command for it because it's widely used just like t-test.
Thanks

采纳的回答

Chunru
Chunru 2021-5-23
How about this?
A(:, 3) = 6 - A(:, 3);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Behavior and Psychophysics 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by