Why do my values not match data on plot?
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
When using the find(ismember()) it comes up with an empty value.
Can anyone explain why?/how it isn't working?
Thanks
Risposte (1)
  the cyclist
      
      
 il 13 Mag 2018
        My best guess on why
find(ismember())
is not working is that the number you are looking for is not exactly represented in floating point. You could try ismembertol.
Can you upload a MAT file with the value of T in it, and tell us exactly which point you are looking for?
0 Commenti
Vedere anche
Categorie
				Scopri di più su Portfolio Optimization and Asset Allocation in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

