photo

Robert Canfield


Virginia Tech

Last seen: 17日 前 2012 年からアクティブ

Followers: 0   Following: 0

Dr. Robert A. Canfield is Professor and Assistant Head of the Aerospace and Ocean Engineering Department at Virginia Tech. Professional Interests: Multidisciplinary Design Optimization, computational methods

統計

All
MATLAB Answers

0 質問
2 回答

File Exchange

2 ファイル

Cody

18 問題
22 解答

ランク
7,040
of 297,527

評判
6

コントリビューション
0 質問
2 回答

回答採用率
0.00%

獲得投票数
1

ランク
1,264 of 20,454

評判
1,491

平均評価
4.50

コントリビューション
2 ファイル

ダウンロード
22

ALL TIME ダウンロード
13493

ランク
10,925
of 159,075

コントリビューション
18 問題
22 解答

スコア
500

バッジ数
6

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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

バッジを表示

Feeds

表示方法

送信済み


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

4年以上 前 | ダウンロード 10 件 |

4.6 / 5

送信済み


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

9年以上 前 | ダウンロード 12 件 |

4.3 / 5
Thumbnail

回答済み
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...

9年以上 前 | 0

解決済み


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

11年以上 前

問題


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

11年以上 前 | 1 | 26 個のソルバー

問題


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

11年以上 前 | 1 | 25 個のソルバー

解決済み


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

11年以上 前

解決済み


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

12年弱 前

問題


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

12年以上 前 | 1 | 103 個のソルバー

解決済み


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

12年以上 前

解決済み


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

12年以上 前

問題


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

12年以上 前 | 1 | 15 個のソルバー

問題


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

12年以上 前 | 2 | 17 個のソルバー

解決済み


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

12年以上 前

問題


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

12年以上 前 | 3 | 12 個のソルバー

解決済み


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

12年以上 前

解決済み


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

12年以上 前

問題


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

12年以上 前 | 1 | 126 個のソルバー

解決済み


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

12年以上 前

問題


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

12年以上 前 | 1 | 27 個のソルバー

解決済み


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

12年以上 前

問題


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

12年以上 前 | 2 | 15 個のソルバー

解決済み


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

12年以上 前

問題


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

12年以上 前 | 3 | 23 個のソルバー

解決済み


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

12年以上 前

問題


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

12年以上 前 | 1 | 23 個のソルバー

解決済み


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

12年以上 前

回答済み
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...

12年以上 前 | 1

| 採用済み

問題


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

13年弱 前 | 0 | 5 個のソルバー

解決済み


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

13年弱 前

さらに読み込む