Community Profile

photo

ML


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to print the intersection between two functions?
Here is my code: % Projectile motion z0=0;h0=0; tmax=3; t=[0:0.1:1]*tmax; pr_xdot = @(t,x) ([x(2); -9.81; x(4); 0]); [tt,zz]...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Finding pythagoras triples when only c is known
Finding a and b when c is known Here's what I have str='a=%4i b=%4i c=%4i'; for c=137 for a=1:200 for b=1:200 ...

etwa 5 Jahre vor | 4 Antworten | 0

4

Antworten