How to set Assumptions for function handle?
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
easy case:
I'v gut a function handle: 
f = @(x,y,z)x.^2+y.^2+z.^2-1;
fimplicit3(f)
for plotting an implicit function. Now I also want to assume z > 0
What's the deal? 
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Numerical Integration and Differential Equations 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!


