photo

Tiago Araujo


Last seen: 대략 2개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
3 답변

순위
19,326
of 300,759

평판
2

참여
5 질문
3 답변

답변 채택
80.0%

획득한 표
1

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
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

답변