Statistik
RANG
134.619
of 295.569
REPUTATION
0
ANTWORTZUSTIMMUNG
64.71%
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
Bring simulink content to matlab.
Hi, I am trying to follow this tutorial: https://ctms.engin.umich.edu/CTMS/index.php?example=Introduction§ion=SimulinkContr...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Linearizeration manager installation (matlab crashing)
Hi, Despite this very clear walk-through, I cannot find the linealizeration manager. When I look it up in the addon explorer, i...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Holding stepplot and pzplot in same loop
Hi, I am unable to hold both stepplot and pzplot in this loop despite trying different answers in the forum. Can someone help...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Laplace from symbolic to tf tooling.
Hello, I want to use the function stepinfo(). I understood from different posts that "Control System Toolbox objects and Symbol...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
"Contour not rendered for non-finite ZData" warning, working fine on Mathematica?
Hello, I am trying to exectute this script: [x,y] = meshgrid(-5:0.25:5); z = (x.^2 + y.^4)/sqrt(4.*x.^2 + 4.*y.^2); contou...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
contour and contour plot 3 not working
Hello! Despite all the good documentation out there, I cannot get my countour plot to work. I want a simple contour plot for f...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Newton polynomial interpolating points, matrix too big
Hi, My code to make a newton polynomial and plot it does not work. I cannot figure out what the problem is. "Matrix dimensions ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Compute jacobian for function vector
Hi everyone, I am trying to compute a jacobian for a vector function. The vector takes a vector of two values, which are the ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Problem with estimating error
Hi, We are trying to calculate the error in a double pendulum with Runge Kutta method. We first run the program for an h = 0...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
animate for a given time
Hello, I need to animate a pendulum for about 5 seconds and then plot the solution for second = 0, 1, 2, 3 and 4. I tried to u...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortWhen does one need to index for plotting
I am sorry, I don't understand. Does each iteration rewrites x?
mehr als 5 Jahre vor | 0
Frage
How to zoom on windows in matlab
Hello, I already checked that reply and it did not solve my issue: https://se.mathworks.com/matlabcentral/answers/376994-how-to...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
When does one need to index for plotting
I refer to this question: https://se.mathworks.com/matlabcentral/answers/452737-problem-with-plotting-a-semilog-function?s_tid=...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Problem with plotting a semilog function
Hi, I got help to solve syntax issues here (https://se.mathworks.com/matlabcentral/answers/452726-jacobain-with-3-functions) an...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Jacobain with 3 functions
Hello, Can someone help me to see what is wrong with my jacobian? I reviewed it several time byt matlab still says there is a ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Check if vector is increasing monotonely or just increasing
Hello, I have to check if the elements in a vector are in increasing order (or even equal to each other). In that case the func...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Check if element in array are square of each other
Hello, I have a problem where I have to find possible squares in an array. For example [7 5 49] or [49 5 7] is true since 7 squ...
mehr als 5 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
Change sign of every second element of a vector
Hi, I want to change the sign of every second element in a vector, starting from element two. I tried the following code. Can s...
mehr als 5 Jahre vor | 1 Antwort | 0