Tiago Araujo
Followers: 0 Following: 0
Statistik
RANG
19.207
of 295.569
REPUTATION
2
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Feeds
Frage
Integral of combined handle functions
I need to do a integral with a function by combining two functions, something like this: syms q r x(q,r) = q + 2*r; y(q,...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortHow to multiply function handles?
I need to do a integral with a function by combining two functions, something like this: syms q r x(q,r) = q + 2*r; y(q,r)...
mehr als 3 Jahre vor | 1
No numeric data plot x axis
https://www.mathworks.com/matlabcentral/answers/805161-non-numeric-data-x-plot?s_tid=srchtitle#comment_1466666
mehr als 3 Jahre vor | 0
Frage
Symbolic Linear system returns wrong solution.
I would like to solve the symbolic defined integrals U and V in terms of the variable X, how can I do that? syms C0 C1 C2 C3 C4...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
No numeric data plot x axis
I am trying to solve this: syms X L X = 0:L/16:L; Y = 1 + 2*X; plot (X,Y); And appears the error: Error using plot Data m...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Non numeric data X plot
I need help to solve this plot: syms X L X = 0:L/16:L; Y = 1 + 2*X; plot (X,Y); This is just an example, the function I...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortMatlab don't show calculated variables.
I fixed doing: syms C0 C1 C2 C3 X L P EI1 EI2 Y(X)=C0+C1*X+C2*X^2+C3*X^3; dY(X)=diff(Y(X),X); d2Y(X)=diff(dY(X),X); f0 = ...
mehr als 3 Jahre vor | 0
| akzeptiert
Frage
Matlab don't show calculated variables.
I wrote this: syms C0 C1 C2 C3 X L P EI1 EI2 Y(X)=C0+C1*X+C2*X^2+C3*X^3; dY(X)=diff(Y(X),X); d2Y(X)=diff(dY(X),X); f0 ...
mehr als 3 Jahre vor | 2 Antworten | 0