photo

Robert Canfield


Last seen: 4 mois il y a Actif depuis 2012

Followers: 1   Following: 0

Message

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

Statistiques

All
MATLAB Answers

0 Questions
2 Réponses

File Exchange

2 Fichiers

Cody

18 Problèmes
22 Solutions

RANG
7 116
of 300 765

RÉPUTATION
6

CONTRIBUTIONS
0 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
1 277 of 21 084

RÉPUTATION
1 502

CLASSEMENT MOYEN
4.50

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
9

ALL TIME TÉLÉCHARGEMENTS
13602

RANG
12 323
of 170 941

CONTRIBUTIONS
18 Problèmes
22 Solutions

SCORE
500

NOMBRE DE BADGES
6

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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

Afficher les badges

Feeds

Afficher par

A soumis


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

environ 5 ans il y a | 6 téléchargements |

4.6 / 5

A soumis


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

environ 10 ans il y a | 3 téléchargements |

4.3 / 5
Thumbnail

Réponse apportée
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...

plus de 10 ans il y a | 0

A résolu


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

plus de 12 ans il y a

Problème


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

plus de 12 ans il y a | 1 | 27 solveurs

Problème


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...

plus de 12 ans il y a | 1 | 25 solveurs

A résolu


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...

plus de 12 ans il y a

A résolu


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...

plus de 12 ans il y a

Problème


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...

environ 13 ans il y a | 1 | 113 solveurs

A résolu


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...

environ 13 ans il y a

A résolu


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...

environ 13 ans il y a

Problème


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...

environ 13 ans il y a | 1 | 17 solveurs

Problème


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...

environ 13 ans il y a | 2 | 18 solveurs

A résolu


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...

environ 13 ans il y a

Problème


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...

environ 13 ans il y a | 3 | 12 solveurs

A résolu


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...

environ 13 ans il y a

A résolu


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...

environ 13 ans il y a

Problème


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...

environ 13 ans il y a | 1 | 126 solveurs

A résolu


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

environ 13 ans il y a

Problème


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

environ 13 ans il y a | 1 | 29 solveurs

A résolu


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

environ 13 ans il y a

Problème


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

environ 13 ans il y a | 2 | 18 solveurs

A résolu


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

environ 13 ans il y a

Problème


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...

environ 13 ans il y a | 3 | 23 solveurs

A résolu


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...

environ 13 ans il y a

Problème


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 ...

environ 13 ans il y a | 1 | 23 solveurs

A résolu


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 ...

environ 13 ans il y a

Réponse apportée
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...

plus de 13 ans il y a | 1

| A accepté

Problème


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...

presque 14 ans il y a | 0 | 6 solveurs

A résolu


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...

presque 14 ans il y a

Charger plus