Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
215.507
of 300.369
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.936
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.436
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
Pregunta
Warning: Matrix is singular to working precision. Help
So when the code gets to the line "uhat=A\b" it says Warning: Matrix is singular to working precision and every entry is NaN. I ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Finite Volume Problem Heat flow
Here is the question I have -Write a MATLAB function that solves the problem of two-dimensional heat ow in a rectangular bar ...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Output of function not variable I assign
When I run this function I want that vector to be called u so I can use it in another script file. Instead it calls it "ans" whi...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Warning: Matrix is singular to working precision. Help
So I keep getting a problem with the variable u_disc. The funnction will plot the first graph but cannot plot the second one. Th...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
multiple plots on a subplot
I just want something generic so I can have two subplots and two graphs on each subplot. I know how to do the two subplots but h...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
For loop dies in the middle of solving
So the function works until a point in the for loop. I debugged and figured out the exact spot is in the for loop when i=.6 if y...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
eigenvalues and eigenvectors question
Write a MATLAB routine that solves the problem: (d/dt)u=Au; u(0)=u0 dt given a matrix A and initial condition u0, and plots...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Plotting the graph of an exact solution against a discrete solution
So the problem is asking to write a routine for the finite discrete solution with -u''(x)=12x^2 ; domain x=[0,1] ; u'(0)=u...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Attempted to access T(1,0); index must be a positive integer or logical.
I have to create a toeplitz matrix without using the command. my teacher said to start off with something like this. Its for thi...
más de 12 años hace | 1 respuesta | 0
