How can I create this simple matrix?

 Respuesta aceptada

Thorsten
Thorsten el 13 de Abr. de 2017
Using
unique

4 comentarios

Muhendisleksi
Muhendisleksi el 13 de Abr. de 2017
Editada: Muhendisleksi el 13 de Abr. de 2017
y = 23 %This is happening.
107
108
y = 108 %I want it to be like this.
107
23
Use 'stable' as the set order specifier:
y = unique(DNdog, 'stable')
Muhendisleksi
Muhendisleksi el 13 de Abr. de 2017
thanks!
Star Strider
Star Strider el 13 de Abr. de 2017
My pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de Abr. de 2017

Comentada:

el 13 de Abr. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by