Statistik
8 Fragen
0 Antworten
RANG
196.854
of 295.448
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
12.5%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
Feeds
Frage
My differential equation solution doesn't work with dsolve
I'm trying to solve the Lane-Emden equation numerically, and my code for the solution is the following: syms y(x) dy = d...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I make it so a while loop doesn't stop if one of the elements in a vector going into it fulfills the condition?
My code looks something like this: while(sqrt(x.^2 + y.^2 + z.^2)<1) some conditions which increases the values of x, ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get my code to define variables
Hi, I've written a quick piece of code which is the following: function [Delta, theta, theta1, theta1prim, theta2prim, thet...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Subscripted assignment dimension mismatch.
Hello, I'm getting the error 'Subscripted assignment dimension mismatch.' for this piece of code: a = -3; b = 3; ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I get my loglog plot to chose the correct interval?
Hi, I'm trying to get a loglog plot to show the correct interval. The code is meant to show numerical derivation of sin(x), here...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to plot a graph of convergence for Newtons method of three variables?
Hi, I have used Newtons method to find three unknown variables from three equations, but now I need to plot the graph to show th...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get my code for Newtons method for non-linear equationsystems working?
I'm trying to make my code for Newtons method for non-linear equationsystems working. I have three equations and three variables...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to make 'solve' work?
Hello, I have just recently started using Matlab and are still learning the basics. I have tried to solve an equation but the 's...
fast 10 Jahre vor | 1 Antwort | 0