Interception points (two) for complicate function
Mostra commenti meno recenti
How can I find interception points (two) for two functions, ex: y1=(30).*(((t./7).^(3))./(1+((t./7).^(3)))).*exp(-t./400); , y2 = 20.*t.^10;
I tryed :
Interception=find(abs(y1-y2)<=(eps), but sometimes it taking too much time , because I using this functions in ,,while'' (repeating hundred times).
Risposte (1)
madhan ravi
il 12 Dic 2018
0 voti
Just preallocate(search documentation) before loop
1 Commento
Marko Boskovic
il 12 Dic 2018
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!