N/A


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

16 질문
0 답변

순위
31,611
of 300,364

평판
1

참여
16 질문
0 답변

답변 채택
87.5%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Change Individual Matrix Value
I am trying to change a value in a matrix with each iteration of a loop. I want Tdank to take on a different value with each ite...

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

1

답변

질문


Index Exceeds Number of Array Elements Error in For Loop
I keep receiving the following error on line 36 (Icom2=....): Index exceeds the number of array elements (1). I am unsure what ...

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

1

답변

질문


ode45 Set of 3 second order ODE not solving correctly
Attempting to solve 3 2nd order ODE's (broken down into 6 1st orders here) using ode45. My answer does not appear to come out co...

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

1

답변

질문


Euler method Subroutine, Euler portion provided
I have been provided the code below to solve an ODE using Euler's Method. I am unsure how to write the subroutine to implement t...

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

1

답변

질문


Simpson's 1/3 Rule Implementation Issue (Code Provided)
I have written the following code to Implement Simpson's 1/3 Rule, but it does not seem to give the correct answer. I am unsure ...

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

1

답변

질문


Steepest Ascent Method to Find Minimum - Error with syms to logical
I am attempting to find a minimum point, but I am receiving the following error for my code. I am unsure of how to work around t...

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

1

답변

질문


How to make countour plot zoomed out
For the following code, my plot displayed is zoomed in too far, so I can't view all of the area I would like to. How do I adjust...

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

1

답변

질문


Plotting Issues with function provided
Attemtping to plot a graph of the equation displayed below. All I see is a line, where it should be more of a parabola. g=9.8...

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

1

답변

질문


Solving Matrix. Correct code provided. While Loop Error not ending correctly
I attempting to solve this system using Gauss Sidell. I believe all my equations are correct, but the last error displayed is in...

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

1

답변

질문


Solving System of Equations using Gauss Elimination with pivoting
Hi, I am receiving the following error for the code trying to use Gauss elimination by pivoting. I am stuck on what I am doing i...

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

0

답변

질문


Implementing Gauss Elimination by pivoting with Matlab
Hi, I am receiving the following error for the code trying to use Gauss elimination by pivoting. I am stuck on what I am doing i...

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

1

답변

질문


Error Using fzero function
Keep receiving error message when using the code below. I am attempting to solve for m. function FZERO_P(s0,s1) x0=[s0 s1];...

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

1

답변

질문


Matlab Solving Muller Method
Hi, I keep receiving an error and I can't figure out how to get around it. function [v3]=ParachuteMuller(m0,m1,m2) %2/11/202...

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

1

답변

질문


Limit significant figures to 2 significant figures
et=abs(((stop-new_cos)/stop)*100); Say I use the above to solve for a number how would I limit the et variable to 2 significant...

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

1

답변

질문


Maclauren Series Iteration. Answer provided just having trouble getting code to run properly
clear new_cos=1; x=pi/3; stop=cos(x); es=0.5; ea=100; et=100; n=1; nmax=1000; while es<ea && stop~=new_cos%(stop<=new_...

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

1

답변

질문


Can't figure out what I am doing wrong. Looking to find square root using the equation given x=(x+x/a)/2. I also feel like I am not making use of the approximation errors ea and es.
Having trouble determining what I am doing wrong. I don't feel like I am initiallizing x incorrectly, because that is what I am ...

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

3

답변