Community Profile

photo

Dominic


2013년부터 활동

Followers: 0   Following: 0

연락

Professional Interests: engineering

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


MATLAB -- how to create a parabolic arc?
Example, I have three points x1, x2, and x3. x1 is the start point of the arc; x3 is the end point of the arc; x2 is the cr...

대략 11년 전 | 답변 수: 4 | 0

4

답변

답변 있음
Simpson's Rule Illustration - How to create those parabolas?
Bump. Please see comments above.

대략 11년 전 | 0

질문


Is it right to call a M-file a program? or is it called a script? or a code? What's most suitable?
I made an M-file that numerically integrates a user-chosen function and illustrates the method used. Now, I have to write a r...

대략 11년 전 | 답변 수: 1 | 1

1

답변

질문


What code to automatically put the cubic splines in a plot?
Say you have: x = -10:2:10 y = sin(x) plot(x,y,'o') Instead of having to click the Figure Tools then clicking the cubi...

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

1

답변

질문


Simpson's Rule Illustration - How to create those parabolas?
I managed to create the rectangle and trapezium strips, but stuck on the parabola strips for Simpson's Rule like the one shown b...

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

3

답변

답변 있음
Beginner Question -- IF loop (code at beginning of post)
It works now! C = 0; while C ~= 1 || 2 || 3; C = input ('Enter your choice = ', 's'); C = str2double(C); ...

대략 11년 전 | 0

질문


Beginner Question -- IF loop (code at beginning of post)
% 1. Greetings fprintf(['\n Welcome! This program integrates and plots a 2D function of x. You may now choose your integrat...

대략 11년 전 | 답변 수: 2 | 0

2

답변

질문


Beginner - stuck on Matlab
It's a question on MatLab Integration program, but have a look at this code first. It's a part of the Integration on Rectangle M...

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

1

답변