Statistica
RANK
31.131
of 295.467
REPUTAZIONE
1
CONTRIBUTI
6 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 11 anni fa | 4 risposte | 0
4
risposteSimpson's Rule Illustration - How to create those parabolas?
Bump. Please see comments above.
oltre 11 anni fa | 0
Domanda
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...
oltre 11 anni fa | 1 risposta | 1
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 3 risposte | 0
3
risposteBeginner 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); ...
oltre 11 anni fa | 0
Domanda
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...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0