Statistik
RANG
26.526
of 300.871
REPUTATION
1
ANTWORTZUSTIMMUNG
7.69%
ERHALTENE STIMMEN
2
RANG
of 21.100
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 171.460
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
Feeds
Frage
Step change in model parameters - simulate load step response with internal states as starting point
I'd like to know if it is possible in Matlab to simulate a linear system with an inital point for it's state variables given. W...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
2D Plot of CSV data
I would like to create a 2D plot with a colored surface (i.e. a xy coordinate system where the color indicates a temperature at ...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Access data in two dimensional struct array
I have a struct array with two dimensions: temp = struct('a',5,'b',7); bla = repmat(temp,4,8); I would now like to get the da...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Opengl software - Matlab becomes extremely slow
I'm operating on larger datasets and for this reason, I'm using Matlab on a Windows server which I acess via a remote desktop co...
mehr als 4 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Bodeplot axes automatically rescale after printing
I have the following code to plot a bodeplot of a system and store this bodeplot as pdf and png: %% ---------------------------...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Using parfor and external program via network
I'm using a simulation program (it's called "Gecko Circuits") to carry out a large number of simulations in loop. The program is...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Logical indexing in multidimensional array
I have a 4-dimensional array and would like to replace parts of it with NaN values. The array has dimensions 60 x 321 x 28 x 16,...
fast 5 Jahre vor | 1 Antwort | 1
1
AntwortFrage
lowpass() not working
The title says it all. I have the following code: Tend = 10e-3; dt = 100e-9; t = 0:dt:Tend-dt; fsig = 500; sig = 100*sin(2*...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Generating transfer function is extremely slow
I'm currently trying to optimize the control gains of a cascaded control structure. To do so, I want to iterate over a certain r...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortModeling high order system
Nobody? Should I post this somewhere else? Wrong subforum or something?
etwa 6 Jahre vor | 0
Frage
Modeling high order system
I have to model a control system where I face several problems with a large number of poles showing up in my transfer functions ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Remove Frequency Label bodelplot
I have a figure in which i plot multiple bode plots in a for loop, e.g. this way: figure(1) hold on; for j=1:len %...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Axis Clipping not working in pdf print
I have a problem with Matlab 2018a when exporting a plot to pdf. The code im using is the following: if true % code F...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot rectangular square wave
I have a matlab code which generates a PWM waveform (basically a square wave) which I print into a pdf file. I want to use this ...
etwa 8 Jahre vor | 1 Antwort | 0
