Borrar filtros
Borrar filtros

New to Matlab and need help with simple calc

1 visualización (últimos 30 días)
Neesha
Neesha el 31 de Oct. de 2013
Comentada: Walter Roberson el 6 de Nov. de 2013
I have two matrices not in particular order for the context info. As per file attached - tab 'MatlabForum'
For given Restaurant name and Item Name i want to multiple 'Type' Ordered with dish for the given qtr.
For example
RestaurantThree Tacos 2500*50 in QuarterOne and so on up to QuarterFour
How do i do it?
For
  10 comentarios
Andy
Andy el 6 de Nov. de 2013
Have you thought about just running the matrices through a sort routine to start with? A simple "bubble" sort would be quick for a short matrix, you would just have to check both the Restaurant and Item columns.
Walter Roberson
Walter Roberson el 6 de Nov. de 2013
ismember() or strcmp()

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by