photo

9times6


Last seen: 대략 3년 전 2017년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

8 질문
0 답변

Cody

0 문제
12 답안

순위
146,950
of 300,365

평판
0

참여
8 질문
0 답변

답변 채택
37.5%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
34,717
of 168,262

참여
0 문제
12 답안

점수
130

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


impulse response ode45 help
How do I implement the dirac delta function while solving an ode involving dirac delta (impulse input)? Here is my code: clear...

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

1

답변

질문


design of experiment using ccdesign
An experiment I have to perform has six independent parameters. To generate a design of experiment, I used the MATLAB command: ...

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

1

답변

질문


redundant zeros in ccdesign matlab
I am trying to obtain design of experiment using the central composite design scheme (ccdesign). The resulting matrix has many ...

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

1

답변

질문


issue with 'intersect' function
Hello, I have defined a vector t=[0,1] with dt=0.0001. Now, I consider another time interval DT=100*dt=0.01. I then use command ...

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

2

답변

질문


Event detection fails in matlab
I am attempting to solve an ode using event detection. I need matlab to choose either option 1 or option 2 based on two initial ...

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

1

답변

질문


Help in implementing ode45 in app designer
methods (Static) function dydt = odefun(app,t3,Y,A) dydt = 0; ...

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

1

답변

질문


non-zero threshold for event function
I have written the following event function. Since, I have to detect a non-zero event, I have used Boolean operator as shown. f...

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

0

답변

질문


non-zero threshold for event function
I have written the following event function and I want to detect an event which is non-zero. Therefore, I am using the logical o...

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

1

답변

문제를 풀었습니다


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

8년 초과 전

문제를 풀었습니다


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

8년 초과 전

문제를 풀었습니다


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

8년 초과 전

문제를 풀었습니다


Area of a circle
Find the value for area of the circle if diameter is given

8년 초과 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

8년 초과 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

8년 초과 전

문제를 풀었습니다


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

8년 초과 전

문제를 풀었습니다


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

8년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8년 초과 전

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

8년 초과 전

문제를 풀었습니다


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

8년 초과 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

8년 초과 전