photo

stephen


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Creating a popup menu through a function.
I am creating a pop up menu in matlab to find different things related to probability the function needs compute the Sum of prob...

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Using a while loop to solve a Taylor Series with approximate values.
f = atan(1); n = 0; i = -1; err_approx = 100; while (err_approx<=.5) i = i + 2; y_prev = y_approx y_approx = ...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort