photo

James McDaniel


Boston University

Last seen: circa un mese fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

5 Domande
0 Risposte

Cody

0 Problemi
1 Soluzione

RANK
148.236
of 300.365

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
0

RANK
 of 20.933

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
111.257
of 168.262

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


saving graphic as pdf file not working "out of the box"
The following code has produced a good output file since pdf was invented. I never had a problem. But the latest version has pro...

circa un mese fa | 1 risposta | 0

1

risposta

Domanda


finding partial solutions from ill-conditioned equations
I am hoping you can point me in the right direction. I have a linear system Ax = b. A is illconditioned. I believe, however tha...

8 mesi fa | 2 risposte | 0

2

risposte

Domanda


finding index to a vector in structure
Consider the following example: f = struct f(1).x = 5; f(2).x = 1:10; f(3).x = 1; f(4).x = 2; I wish to ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


color leaves out data
The command pcolor(1:4, 1:4, randn(4,4)) produces a tiled plot with 9 colors even though randn(4,4) is a colle...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


iterative solvers and speed comparisons
We are using an iterative solver with various starting guesses and trying to assess whether this is faster than using a direct s...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Risolto


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

oltre 12 anni fa