Statistica
9 Domande
0 Risposte
RANK
164.695
of 300.392
REPUTAZIONE
0
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
44.44%
VOTI RICEVUTI
0
RANK
of 168.373
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 12 anni fa | 1 risposta | 0
