Statistik
RANG
7.658
of 300.763
REPUTATION
6
BEITRÄGE
13 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
38.46%
ERHALTENE STIMMEN
3
RANG
of 21.082
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.923
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
How to change the initial condition of a customized block on Simscape?
Dear all, The default "Thermal Mass" block on SIMSCAPE presents Mass and Specific Heat as parameters. Since I would like The...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to delete a column from a TimeSeries?
Hello, I would like to know how to delete a column from a TimeSeries. I need to plot two curves in the same figure but di...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can ode45 solve a ODE with space dependent parameters?
Hello, I read ode45() can solve functions with time dependent parameters like this below by interpolating f and g during ea...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How does Simscape solve nonlinear DAE?
I am dealing with a Simscape code to get the temperature of several bodies over time. Well, I tried to find an analytical expr...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenSimscape block parameter, change dynamically during simulation
Dear all, I have the same question. I'd like to make the conductivity changes with the temperature; however, I didn't understand...
mehr als 7 Jahre vor | 0
How to declare time dependent symbolic array?
I got a solution from another topic, but I'm not sure if it's the best, since some warnings appears on screen: T=sym([]); ...
mehr als 7 Jahre vor | 0
Frage
How to declare time dependent symbolic array?
Hello, I need to solve the following differential equation odes=diff(T) == A*T + B; [VF,Subs] = odeToVectorField(...
mehr als 7 Jahre vor | 4 Antworten | 1
4
AntwortenFrage
How to solve a system of n differential equations?
Hello everyone, I got the solution below from the help, I tried an example with a 3x3 system and it runs ok. However, when I try...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to import data from external file to Matlab when a format repeats N times inside the file?
Dear all, I have a lot of files with the following format inside: First Line: title; Second line: subtitle; then, a MxN...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortHow to save checkbox values in an array?
Hi, I've gotten a solution: function checkbox1_Callback(hObject, eventdata, handles) CheckBoxValue=get(handles.chec...
mehr als 10 Jahre vor | 1
| akzeptiert
Frage
How to save checkbox values in an array?
Hi, this is the first time I use an userform at Matlab I introduced there some checkboxes and I would like to save their valu...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create a series of variables of data?
Hi, I need to create a lot of variables like these: K01 = importdata('20150715-PowerDensity_60x60_Mesh300_28m_vs_K-1.dta', ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortHow to solve a non-linear equation where each element of the array is a parameterized function?
For example. I tried this, but it's not running: function res = myfunc2(t,y,yp) %myfunc2 Function to test ODE with 2 va...
mehr als 10 Jahre vor | 0
Frage
How to solve a non-linear equation where each element of the array is a parameterized function?
Dear all, I need to solve an equation with the following form: [f(a,b,c); g(a,b,c); p(a,b,c)] = [0; 0; q(t)] Ok, it's ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenHow to select a cell from an array when this array is made of functions of a parameter?
Thanks. But MatLab returns this error: Error using symfun/subsref (line 143) Cell indexing and structure indexing are ...
mehr als 10 Jahre vor | 0
Frage
How to select a cell from an array when this array is made of functions of a parameter?
Dear all, Consider an array A = [a(t) b(t) c(t)].'; I want to select b(t). However, when I enter "A(2)", MatLab retu...
mehr als 10 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How can I get the Jacobian when the variables are functions of time?
syms x(t) y(t) syms Psi(t) Theta(t) R(t) x(t)= [Psi(t) Theta(t) R(t)].'; r(t)= [R*cos(Psi(t))*sin(Theta(t)) R*sin(Ps...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get the jacobian of a symbolic vector?
Hi, The following code uses diff(X) and jacobian(r,X) in order to get velocity and accelaration of a point. However, this err...
fast 11 Jahre vor | 1 Antwort | 0


