Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

vectors that arent scalar

1 visualización (últimos 30 días)
Nadiyah Browning
Nadiyah Browning el 15 de Nov. de 2019
Cerrada: Nadiyah Browning el 15 de Nov. de 2019
IM = [expt.IM];
memorability = [expt.memorability];
[~, idx] = sort(IM);
IM = IM(idx);
memorability = memorability(idx);
plot(IM, memorability)
this is my code, but IM is not scalar so my graph looks wonky, its putting
in my 1x960 array IM means Image
each IM 1-960 has a random number as the jpeg name. So the first IM is 588 (but this number means nothing!!!) how I can just either rename them to 1-960 or just keep the order what it is not by these names

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by