![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/32421_1522075793569_DEF.jpg)
David Arnold
College of the Redwoods
Followers: 0 Following: 0
Statistik
RANG
23.150
of 297.080
REPUTATION
1
BEITRÄGE
13 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
15.38%
ERHALTENE STIMMEN
1
RANG
8.779 of 20.424
REPUTATION
87
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
2 Dateien
DOWNLOADS
6
ALL TIME DOWNLOADS
578
RANG
of 157.839
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Notes for Linear Algebra using Matlab
Lecture notes for Linear Algebra using Introduction to Linear Algebra with Applications by DeFranza and Gagliardi.
mehr als 5 Jahre vor | 4 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/225c35e3-bd91-4ff4-aa94-c0ed0a39b652/224d3739-fbef-4d58-9839-beb578a44f1e/images/screenshot.png)
Gesendet
Notes for Differential Equations using Matlab
Examples from Differential Equations by Polking, Boggess, and Arnold
mehr als 5 Jahre vor | 2 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b3e7c8af-cc98-4161-8828-a1da284ebe8c/020a85a6-7e57-4815-af85-3db660a98044/images/screenshot.png)
How can I plot an intersection volume?
Here's a helpful starting image: We can see that tan(phi)=1/sqrt(3), so phi=pi/6. Now, here's my code to draw the region usin...
mehr als 6 Jahre vor | 0
Frage
Drag a point on a curve
Here is my code: xmin=0;xmax=3; ymin=0;ymax=3; x=linspace(xmin,xmax); y=1/3*x.^2; plot(x,y) hold on ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Quiver vector length difficulty
I've written this: [T,Y]=meshgrid(-4:0.5:4,-4:0.5:4); S=-(2-Y).*Y; L=sqrt(1+S.^2); quiver(T,Y,1./L,S./L) axis t...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
dfield8 on Matlab2017b
Anybody have a version of John Polking's dfield8 that works on Matlab 2017b?
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using a mupad plot command from the Matlab console
Is it possible to use a mupad plot command from the Matlab console or editor? I tried: evalin(symengine,'plot(sin(x),x=0...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Undocking a mupad plot
Hi, I am brand new to Mupad, reading the documentation, trying examples. I'm thinking about using it n the classroom, but ...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Deleting commands for running function in editor
Version 2012b on Mac Snow Leopard 10.68. I don't seem to be able to delete commands from the run icon for running a function ...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Substitute an array of number for a symbolic variable
Hi, I have: syms x y f=x^3+y^3+3x^2+2y^2+9 fx=diff(f,x) now, I'd like to substitute these two vectors of x and ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenPlot contours at a level I wish
Excellent! May I ask one more question? When I change the paper size and position, then rotate the view, the axis labels (in thi...
fast 13 Jahre vor | 0
Frage
Plot contours at a level I wish
All, I have the following code: close all clc N=linspace(10,110,40); P=linspace(10,70,40); [N,P]=meshg...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
helpdesk font
Hi, When I open helpdesk, the font is too small for me eyes. I tried the various font options in preferences, but the helpdes...
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Bifurcation GUI
All, I've written a little gui to show the bifurcation that occurs as H increases in the differential equation involving logisti...
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Bifurcation GUI
All, Has anyone done a bifurcation gui in Matlab, something along the lines of: http://demonstrations.wolfram.com/Bifurcat...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenExporting image to bounded pdf
I want to thank everyone for their help on this question. I am now going to close the question. Thanks so much. David.
etwa 13 Jahre vor | 0
Frage
Exporting image to bounded pdf
If I do this: set(gcf,'PaperPosition',[0,0,4,3]) print -depsc2 filename.eps I get a nice image I can include in a latex d...
etwa 13 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Subbing into a constant function in symbolic toolbox
All, This doesn't work. syms x y f=3*y^2-2*y^3-3*x^2+6*x*y; fx=diff(f,x); fy=diff(f,y); fxx=diff(f,x,2)...
mehr als 13 Jahre vor | 1 Antwort | 1