How can I modify table by horizontal row wise from three different tables?
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    

There are two tables with three columns. First two columns will be considered as a pair and third column is output. Table 2 is a branch of the main table and Table 1 is coming from different source with different pairs and outputs. Now I'm looking to modify Table 2 where I want to add only uncommon pairs from Table 1 but the output values will be taken from main table depending on the pairs, not from the Table 1. Common pairs and pairs with no output from main table will not be added in the modified table. The size of the all table might vary.
0 commentaires
Réponses (2)
  Peter Perkins
    
 le 4 Avr 2018
        Your question is not really clear to me, but likely you want some combination of setdiff and join. A simple example would help.
Voir également
Catégories
				En savoir plus sur Tables dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

