David Arnold
College of the Redwoods
Followers: 0 Following: 0
Estadística
13 Preguntas
3 Respuestas
2 Archivos
CLASIFICACIÓN
23.150
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
13 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
15.38%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
8.793 of 20.234
REPUTACIÓN
86
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
6
ALL TIME DESCARGAS
565
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Notes for Linear Algebra using Matlab
Lecture notes for Linear Algebra using Introduction to Linear Algebra with Applications by DeFranza and Gagliardi.
más de 5 años hace | 5 descargas |
Enviada
Notes for Differential Equations using Matlab
Examples from Differential Equations by Polking, Boggess, and Arnold
más de 5 años hace | 1 descarga |
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...
más de 6 años hace | 0
Pregunta
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 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
dfield8 on Matlab2017b
Anybody have a version of John Polking's dfield8 that works on Matlab 2017b?
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPlot 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...
más de 12 años hace | 0
Pregunta
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...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Bifurcation GUI
All, I've written a little gui to show the bifurcation that occurs as H increases in the differential equation involving logisti...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Bifurcation GUI
All, Has anyone done a bifurcation gui in Matlab, something along the lines of: http://demonstrations.wolfram.com/Bifurcat...
casi 13 años hace | 2 respuestas | 0
2
respuestasExporting 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.
casi 13 años hace | 0
Pregunta
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...
casi 13 años hace | 4 respuestas | 0
4
respuestasPregunta
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)...
alrededor de 13 años hace | 1 respuesta | 1