Feeds
질문
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...
대략 3년 전 | 답변 수: 0 | 0
0
답변질문
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 = ...
대략 3년 전 | 답변 수: 1 | 0