photo

MiguelMauricio


Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
3 Answers

Cody

0 Problems
2 Solutions

RANK
14,016
of 300,302

REPUTATION
3

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
3

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
89,964
of 168,040

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Differential Equation Matlab Resolve
Try using dsolve syms y(t) t q=1/(1+t)^2; p=1+q; Dy=diff(y);D2y=diff(y,2); solution=dsolve(D2y+p*Dy+q*y==0,Dy(0...

11 years ago | 0

Answered
Get final output after simulation run in Simulink from m-file
It depends how you have set the data output. In your simulink file go to: Simulation<Configuration Parameters<Data Import and ...

11 years ago | 0

Answered
how to find specific columns using vectors
I am not sure I understood it completely newMatrix=zeros(5,m); for i =1:m rowU=U(:,i); %If you meant t...

11 years ago | 0

Question


My model reference block in Simulink does not accept signals of more than one component. Why?
Hi, I am pretty new to the Model reference block in Simulink. I tried to start with a toy case where: The top model has on...

11 years ago | 1 answer | 2

1

answer

Question


Ode15s solving simulink sfunction gives oscillatory (noisy) solution
Hi, I have a little problem with the ode15s solver for Simulink. I am simulating a bioreactor and the solution is like _"nois...

13 years ago | 0 answers | 0

0

answers

Question


Keep a for loop running when ODE gives an error
Hi, I am trying to run a code for sensitivity analysis on initial conditions and parameters of a process. To evaluate the dif...

14 years ago | 1 answer | 1

1

answer