Statistics
RANK
31.131
of 295.467
REPUTATION
1
CONTRIBUTIONS
6 Questions
2 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 11 jaar ago | 4 answers | 0
4
answersSimpson's Rule Illustration - How to create those parabolas?
Bump. Please see comments above.
meer dan 11 jaar ago | 0
Question
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...
meer dan 11 jaar ago | 1 answer | 1
1
answerQuestion
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...
meer dan 11 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 11 jaar ago | 3 answers | 0
3
answersBeginner 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); ...
meer dan 11 jaar ago | 0
Question
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...
meer dan 11 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 11 jaar ago | 1 answer | 0