photo

MiguelMauricio


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

3 질문
3 답변

Cody

0 문제
2 답안

순위
14,049
of 297,457

평판
3

참여
3 질문
3 답변

답변 채택
33.33%

획득한 표
3

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
84,375
of 158,938

참여
0 문제
2 답안

점수
30

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

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

10년 초과 전 | 0

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

10년 초과 전 | 0

답변 있음
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년 전 | 0

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

거의 11년 전

질문


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년 전 | 답변 수: 1 | 2

1

답변

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 11년 전

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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

13년 초과 전 | 답변 수: 1 | 1

1

답변