photo

Aryo Aryanapour


Last seen: mehr als 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

7 Fragen
0 Antworten

RANG
91.170
of 300.352

REPUTATION
0

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
85.71%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort