photo

Marcela Ruiz de Chávez


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
0 답변

순위
174,550
of 300,364

평판
0

참여
6 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


DATENUM error in matcont
Hi, I am trying to create a Bifurcation diagram using matcont, but whenever I click "Compute" a message pops up that says "err...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


How can I solve the fsolve function inside an ode15s function?
Hi, I need to solve an fsolve function inside an ode15s function. However, the dependent variable in the differential equati...

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

0

답변

질문


How can I solve this second order differential equation?
(∂T/∂t)=α/r [∂T/∂r+r(∂^2 T)/(∂r^2)] α = 3 r = 2 from t=0 to 1500 I would like to obtain the graph for this.

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

1

답변

질문


How can I add the average of two consecutive numbers?
How can I put this in a simpler form? Area=(y(1)+y(2)/2+(y(2)+y(3)/2+(y(3)+y(4)/2+(y(4)+y(5))/2

거의 12년 전 | 답변 수: 3 | 0

3

답변

질문


How can I remove a word from an array?
This is what I have: xA=[0 4 2 1]; wA=struct('name',{'person1' 'person2' 'person3' 'person4'},'num',num2cell(xA)); people...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


How can I extract a word from a vector, instead of a number?
apples=1; pears=2; melons=3; oranges=0; w=[apples pears melons oranges]; maximum=max(w) Instead of getting a numb...

거의 12년 전 | 답변 수: 2 | 0

2

답변