Melda Harlova - MATLAB Central
photo

Melda Harlova


Last seen: 5 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

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

11 Fragen
0 Antworten

RANG
295.544
of 297.695

REPUTATION
0

BEITRÄGE
11 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
9.09%

ERHALTENE STIMMEN
0

RANG
 of 20.466

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.380

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 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Problem solving DE neural network
Hi, I need a help with this solution expecially with the last line mesh(x1,x2,y). Error: Unrecognized function or variable 'x1...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Differential equation and problem with minmax
Hi everyone, I have an error in that line: net=newff(minmax(p),[3,1],{'tansig','purelin'},'trainlm') And this error 'minmax'...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem with differential equation net
Hello, I have a problem with using net in following code. Thank you in advance. clear all x=-1:0.1:3; z=x; net=newff(minm...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Problem with threee differential equations
Can someone help me with these three equatons. They have to solve with matlab code. Here are : 1. y'' - y = 0 y(0)=0 y(1)=...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Problem with statistics and line of regression
Hello, I dont know if the place for my question is here, but i will be thankful if someone help me. I have a problem with deci...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Line of regression statistics problem
Hello, I dont know if the place for my question is here, but i will be thankful if someone help me. I have a problem with deci...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Method of finite differences
Hello, i have to solve this with a method of finite differences x'' = -2x'(t) – 2x(t) + e^(-t) + sin(2t) t ϵ [0,4]; x(0) = 0,...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Problem with the shooting method
Helloo, Can someone help me with that code in matlab: function main y0=0; y0=fsolve(@fun1,y0); x0=[0.6,y0]; [t,x]=ode45(...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to solve matrix exponent equation
Hello, I will be thankful if someone helps me. Here is my task: Reduce to a system and solve a matrix exponent equation under ...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Runge Kutta 4th order
Hello, Here is the task that i have to solve: y1' = y2 y2'=f(x,y1,y2) with y1(0)=0 and y2(0)=y20 where f(x,y1,y2) = -axy2-...

fast 6 Jahre vor | 12 Antworten | 0

12

Antworten

Frage


Runge Kutta for system of differential equations
Hello, I have to solve the following system with method of Runge Kutta: y1' = y2 y2'=f(x,y1,y2) with y1(0)=0 and y2(0)=y20 ...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten