Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1234
%To view plots after 'plot' (and other plot-producing commands) this command must follow: 'print -dpng some_unique_plot_name.png;' %It exports current plot to png image which then is sent to your browser %GNU Octave 4.2.2 R = 2000; t = 1:10; v = [9.4 7.31 5.15 3.55 2.81 2.04 1.26 0.97 0.74 0.58]; p = polyfit(t,log(v),1); C = -1/(R*p(1)); V0 = exp(p(2)); tplot = 0:0.1:10; vplot = V0*exp(-tplot./(R*C)); plot(t,v,"x",tplot,vplot);
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Ej 3 parcial 2015
Arnoldi.m
MATRIX MANIPULATIONS
Laplacian
Delsq
Krylov.m
Krylov.m
ea
generate dtmf signal
POLYGON INSIDE A POLYGON
Please log in to post a comment.