Aryo Aryanapour - MATLAB Central
photo

Aryo Aryanapour


Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 04/21 to 04/25Use left and right arrows to move selectionFrom 04/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 質問
0 回答

ランク
246,091
of 298,102

評判
0

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

回答採用率
85.71%

獲得投票数
0

ランク
 of 20,534

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,343

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How can I find the last alpha_k value?
function main % Hauptfunktion x0 = 200; % Startwert für die erste Iteration. Ermittelt anhand des Plots der Funktion eps...

約3年 前 | 2 件の回答 | 0

2

回答

質問


can someone help me pls with this code?
function main %UNTITLED Summary of this function goes here % Detailed explanation goes here x0 = 80; eps = 0.4; c_s = 5.6...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Why doesn't Newton's method calculate the correct temperature
function main %UNTITLED Summary of this function goes here % Detailed explanation goes here x0 = 80; eps = 0.4; c_s = 5.6...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Newton's method - problems in calculating alpha value
clear clc %UNTITLED Summary of this function goes here % Detailed explanation goes here x0 = 280; eps = 0.4; c_s = 5.67...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Problems with the application of Newton's method
function [] = newton_raphson(func, diff, x0) %UNTITLED Summary of this function goes here % Detailed explanation goes here ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


how save the calculated values ​​from the loop one after the other in a vector ?
This loop should calculate the dwell time and the sum function for me. For example, a time from zero to 46 is determined by the ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Why doesn't this matlab code work?!
>> x = -5:1:5; >> y = exp(x)*(x.^3-5*x.^2+5*x+1); Error using * Incorrect dimensions for matrix multiplication. Check that ...

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

1

回答