photo

Esra Akdogan


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
140.163
of 301.275

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
40.0%

ERHALTENE STIMMEN
0

RANG
 of 21.216

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.777

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Numerical integration of a function containing symbolic characters
clear clc E=@(x) x.^2 syms A B var = integral(@(x) E(x).*(A*x+B),0,1) Hello everybody, I need to calculate this kind of in...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Derivative after Numerical Integral
hello everyone, I have a function of x, however I get it after calculating a numerical integral, such as: a = @(x) (integral(@...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Numerical integration twice wrt same variable
Hello people, I have afunctionand it is calculated by only numerical methods. As an example let's say; where And I am ask...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Numerical Integration in Summation sign
Hello guys, if anyone could help me, I'll appreciate it very very much. x = 1:10; x1 = 1:10; p = 1:4 y1 = @(x1) 2.*x1; %in...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Numeric Integral in terms of y = f(x), when I do not have f(x)
Hello all, as you can see I have x = 0:0.1:1 and y = f(x), however I do not have f(x), only corresponding y points. And I hav...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort