how to calculate f(x) = a*x^b+c
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Totanly
 am 9 Apr. 2014
  
    
    
    
    
    Kommentiert: Totanly
 am 9 Apr. 2014
            i have ,a = -41.96; b =0.106; c =278.5; x=328.8724. how to calculate f(x) = a*x^b+c? it is showing ??? Attempted to access (328.872); index must be a positive integer or logical. help me
0 Kommentare
Akzeptierte Antwort
  Mischa Kim
    
      
 am 9 Apr. 2014
        
      Bearbeitet: Mischa Kim
    
      
 am 9 Apr. 2014
  
      Rupraj, use
 f = a*x^b + c
This should result in
 f =
     2.009395380889448e+02
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!