photo

Robert Canfield


Last seen: 2 mesi fa Attivo dal 2012

Followers: 1   Following: 0

Messaggio

Dr. Robert A. Canfield is Professor, Aerospace and Ocean Engineering Department at Virginia Tech. Professional Interests: Multidisciplinary Design Optimization, computational methods, aircraft design, and airworthiness.

Programming Languages:
Python, MATLAB, Fortran
Spoken Languages:
English

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

File Exchange

2 File

Cody

18 Problemi
22 Soluzioni

RANK
7.091
of 300.429

REPUTAZIONE
6

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
1.274 of 20.976

REPUTAZIONE
1.500

VALUTAZIONE MEDIA
4.50

CONTRIBUTI
2 File

DOWNLOAD
12

ALL TIME DOWNLOAD
13586

RANK
11.725
of 168.781

CONTRIBUTI
18 Problemi
22 Soluzioni

PUNTEGGIO
500

NUMERO DI BADGE
6

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Revival Level 1
  • Knowledgeable Level 1
  • Quiz Master
  • Puzzler
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • First Submission
  • First Answer
  • Commenter
  • Creator

Visualizza badge

Feeds

Visto da

Inviato


slp_sqp
Sequential Linear Programming (SLP) with Trust Region (TR) and Sequential Quadratic Programming (SQP) with Line Search or TR Str...

circa 5 anni fa | 3 download |

4.6 / 5

Inviato


central_diff.m
Calculates numeric gradient using second-order difference formula for unevenly spaced data

circa 10 anni fa | 9 download |

4.3 / 5
Thumbnail

Risposto
How to read NASTRAN results in MATLAB and run NASTRAN back using MATLAB ??
Anthony Ricciardi's Nastran Compatible Finite Element (CoFE) MATLAB code may be of some help: <http://nastrancofe.weebly.com CoF...

oltre 10 anni fa | 0

Risolto


Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.

circa 12 anni fa

Problema


Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.

circa 12 anni fa | 1 | 27 risolutori

Problema


Free Fall analytical solution (Chapra 2012 textbook Example 1.1)
Analytical solution to bungee jumper problem. Given time series as a vector, parameters mass and drag coefficient, and gravit...

circa 12 anni fa | 1 | 25 risolutori

Risolto


Free Fall analytical solution (Chapra 2012 textbook Example 1.1)
Analytical solution to bungee jumper problem. Given time series as a vector, parameters mass and drag coefficient, and gravit...

circa 12 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 12 anni fa

Problema


Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, _f(x)_, passed as the first argument, between upper and lower limi...

quasi 13 anni fa | 1 | 112 risolutori

Risolto


Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, _f(x)_, passed as the first argument, between upper and lower limi...

quasi 13 anni fa

Risolto


Lagrange Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

circa 13 anni fa

Problema


Lagrange Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

circa 13 anni fa | 1 | 17 risolutori

Problema


Polynomial Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

circa 13 anni fa | 2 | 18 risolutori

Risolto


Polynomial Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

circa 13 anni fa

Problema


Newton Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

circa 13 anni fa | 3 | 12 risolutori

Risolto


Newton Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

circa 13 anni fa

Risolto


Gauss Eliminate 2-by-2 example
Use forward elimination to make the coefficient matrix, A, an upper triangular matrix, and then solve using back substitution, f...

circa 13 anni fa

Problema


Gauss Eliminate 2-by-2 example
Use forward elimination to make the coefficient matrix, A, an upper triangular matrix, and then solve using back substitution, f...

circa 13 anni fa | 1 | 126 risolutori

Risolto


Forward Elimination for Gauss Elimination
Perform forward elimination for a given pivot column in the augmented matrix, Ab=[A,b]

circa 13 anni fa

Problema


Forward Elimination for Gauss Elimination
Perform forward elimination for a given pivot column in the augmented matrix, Ab=[A,b]

circa 13 anni fa | 1 | 28 risolutori

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

circa 13 anni fa

Problema


Partial pivoting for Gauss Elimination
Write a function to implement partial pivoting for Gauss elimination, given the pivot element.

circa 13 anni fa | 2 | 18 risolutori

Risolto


Partial pivoting for Gauss Elimination
Write a function to implement partial pivoting for Gauss elimination, given the pivot element.

circa 13 anni fa

Problema


Bisection method of finding a root.
Test the bisection algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB for E...

circa 13 anni fa | 3 | 23 risolutori

Risolto


Bisection method of finding a root.
Test the bisection algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB for E...

circa 13 anni fa

Problema


False position (linear interpolation) method of finding a root.
Test the false position algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB ...

circa 13 anni fa | 1 | 23 risolutori

Risolto


False position (linear interpolation) method of finding a root.
Test the false position algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB ...

circa 13 anni fa

Risposto
Missing Statistics Toolbox
I had this problem, too, on a _Mac OS X_ computer. I tracked it to the _pathdef.m_ file in the _~/Documents/MATLAB_ folder. Remo...

oltre 13 anni fa | 1

| accettato

Problema


Augmented Lagrange Multiplier (ALM) Method
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...

oltre 13 anni fa | 0 | 6 risolutori

Risolto


Augmented Lagrange Multiplier (ALM) Method
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...

oltre 13 anni fa

Carica altro