photo

Tiago Araujo


Last seen: 約2ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
3 回答

ランク
19,326
of 300,763

評判
2

コントリビューション
5 質問
3 回答

回答採用率
80.0%

獲得投票数
1

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How 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)...

4年以上 前 | 1

回答済み
No numeric data plot x axis
https://www.mathworks.com/matlabcentral/answers/805161-non-numeric-data-x-plot?s_tid=srchtitle#comment_1466666

4年以上 前 | 0

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Matlab 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 = ...

4年以上 前 | 0

| 採用済み

質問


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

4年以上 前 | 2 件の回答 | 0

2

回答