Info

This question is closed. Reopen it to edit or answer.

Ranksum test for matrix with different size

1 view (last 30 days)
Roxan
Roxan on 20 Aug 2020
Closed: Walter Roberson on 21 Aug 2020
Hello,
I have two matrix of A (9*15) and B (13*16) and would like to test if there are significantly different.
A=A(:)
B=B(:) and then use
[p, h, stats] = ranksum (A,B).
is this the right way?
Thanks

Answers (0)

Community Treasure Hunt

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

Start Hunting!