photo

Dominic


2013년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: engineering

통계

MATLAB Answers

6 질문
2 답변

순위
31,116
of 297,503

평판
1

참여
6 질문
2 답변

답변 채택
66.67%

획득한 표
1

순위
 of 20,449

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

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

4

답변

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

거의 12년 전 | 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...

거의 12년 전 | 답변 수: 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...

거의 12년 전 | 답변 수: 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...

거의 12년 전 | 답변 수: 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); ...

거의 12년 전 | 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...

거의 12년 전 | 답변 수: 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...

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

1

답변