photo

Marlon Saveri Silva


Last seen: 3년 초과 전 2015년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 6년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Simscape 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...

대략 6년 전 | 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([]); ...

6년 초과 전 | 0

질문


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(...

6년 초과 전 | 답변 수: 4 | 1

4

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to save checkbox values in an array?
Hi, I've gotten a solution: function checkbox1_Callback(hObject, eventdata, handles) CheckBoxValue=get(handles.chec...

9년 초과 전 | 1

| 수락됨

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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', ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How 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...

9년 초과 전 | 0

질문


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 ...

9년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
How 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 ...

9년 초과 전 | 0

질문


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...

9년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변