Azzera filtri
Azzera filtri

how to get data from location?

1 visualizzazione (ultimi 30 giorni)
andrew
andrew il 16 Gen 2014
Commentato: andrew il 16 Gen 2014
I have the following dataset
  • Loc||Quad|| value
  • 1 |a| 1
  • 2 |b| 2
  • 3 |a| 3
  • 4 |a| 1
  • 5 |b| 2
  • 6 |a| 2
  • 7 |a| 9
  • 8 |b| 11
  • 9 |a| 10
  • 10 |a| 12
  • 2 |b| 2
  • 3 |a| 3etc
How do I just get the information based on the quad. In other words how do I just print out all the data (loc, quad and value)that is in quad 'a' and for quad 'b'.
  2 Commenti
Walter Roberson
Walter Roberson il 16 Gen 2014
When you say "dataset" do you mean MATLAB's dataset() object? How is the data stored in MATLAB? For example is it a cell array?
andrew
andrew il 16 Gen 2014
it is stored in a cell array

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by