photo

Sarah Johnson


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
98,087
of 300,781

評判
0

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

回答採用率
22.22%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Euler's Method with Matrix
I'm trying to implement Euler's Method on the following ODE, with initial condition [y1, y2] = [1, 3] and on the interval t in [...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


"Index exceeds the number of array elements (1)." error
I am trying to write two line search functions to help me write code later for implementing different ways to minimize functions...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Line Search Algorithm help
This part is just the background to the algorithms I am working on: Here is the code I currently have but I'm not sure what...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


Line Search Algorithm - having trouble understanding

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How do I make my variables save from my function?
I have written a function function [f, grad, gradTwo] = Rosen(x), which returns the Rosenbrock function value f(x) to f, its gra...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Globally Converging Newton's Method won't stop running
My goal is to write a function for the Globally Converging Newton's method to find the minimum of the function f. This is what I...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


My diff function won't work and I'm not sure why
My goal is to give an initial x, and return the function values at that x function [f, g, h] = myfunction(x) syms x q...

6年弱 前 | 3 件の回答 | 0

3

回答

質問


Newton's Method in Matlab
I am trying to create a function that implements Newton's Method to solve the equation . I know from the past few questions that...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


Undefined function 'diff' for input arguments of type 'function_handle'.
I am trying to produce a function that receives an inital input x0 (for example, x0 = 1) and the result should be the function e...

6年弱 前 | 2 件の回答 | 0

2

回答