photo

Dominic


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: engineering

Statistik

MATLAB Answers

6 Fragen
2 Antworten

RANG
31.121
of 300.369

REPUTATION
1

BEITRÄGE
6 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
1

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 12 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
Simpson's Rule Illustration - How to create those parabolas?
Bump. Please see comments above.

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
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); ...

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort