jojo
Followers: 0 Following: 0
Statistik
RANG
31.093
of 295.569
REPUTATION
1
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Error plotting with space and time
Hello, I do not understand how to plot/visualize a solution to some function with different time and space steps. I have the ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Modify matrix for partial plot
How can I modify the for loops to create a bracket-shaped domain? In otherwords, I would like to plot everything and omit the fi...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
log-log plot explained
How can do we produce a log-log visualization for the following data set? y=[0.6280 0.6554 0.6760 0.6877]; x=[0.27...
fast 5 Jahre vor | 1 Antwort | 0
1
Antwortfsolve to solve 5th order polynomial
This works. fun=@(r) (5/(r^2*9))- ((2)/(9*(6-r)^2))-r; x0 = 10; % some initial point x = fsolve(fun,x0)
fast 5 Jahre vor | 0
| akzeptiert
Frage
fsolve to solve 5th order polynomial
I would like to solve the following polynomial numerically for r: I am trying to use fzero as follows: r= (5/(r^2*9))- ((...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Problem using solve() and root muliplicity.
Why is this not working with the Rosenbrock ? It works with the test function. But how can I get it to work with Rosenb? The ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Contour Plot with trace
How can I plot the following data onto a contour instead? close all; clear all; clc; syms x f=@(x) -100.*(x(2)-x...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
unable to perform assignment because the left and right sides have a different number of elements.
I need to update t and dx as shown below, but i keep getting the error: "unable to perform assignment because the left and right...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Runge Kutta for system of eqs
I would like to approxiamte and plot the following system of equations: { u' = v ; v' = -4*u' - 5 u} using the Runge K...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
solve an equation using solve() produces an array instead of a unique value
d = 32*h + 200*(32*h - 8)*((4*h - 1)^2 - 1) - 16 I am trying to solve for h using "solve(d,h)" , however, I keep getting an ...
etwa 5 Jahre vor | 1 Antwort | 0