kubel - MATLAB Central
photo

kubel


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息
Programming Languages:
MATLAB
Spoken Languages:
Korean

统计学

MATLAB AnswersFrom 12/22 to 04/25Use left and right arrows to move selectionFrom 12/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
214,033
of 298,180

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,546

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,541

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


It's a matter of differential calculation. I'm getting a formula error. Please help me
This is the problem Using Symbolic Math, calculate and state the first, second, and third derivatives of the function y for x...

1 year 前 | 1 个回答 | 0

1

个回答

提问


It's a question of finding a static integral There's an error in the formula
This is the problem syms x int(x+2/(x+1)^3-exp^-3(x+3), x, 0, 3) It's my mathematical formula It is a problem of obt...

1 year 前 | 1 个回答 | 0

1

个回答

提问


I don't know why you're saying it's an invalid expression. Help me
clear all; close all; x=linspace(-2*pi,2*pi,100); y1=sin(x^2); y2=cos^2(x); figure(1) plot(x,y1,x,y2) grid on titl...

1 year 前 | 2 个回答 | 0

2

个回答

提问


I want help solving differential equations
This question my sol syms x(t); eqn = exp(x).*(diff(x,t)+1)==1;x(0)=1; sol = dsolve(eqn); problem Error occurred durin...

2 years 前 | 1 个回答 | 1

1

个回答

提问


I want help solving differential equations
This question my sol syms x y(t); eqn = exp^x(diff(y,t)+1==1);x(0)=1; sol = dsolve(eqn); problem Error occurred duri...

2 years 前 | 1 个回答 | 0

1

个回答

提问


I want help solving differential equations
This question my sol syms x y(x); eqn = diff(y,x)+sqrt(1-y^2/1-x^2)==0; sol = dsolve(eqn); problem Warning: Symbol sol...

2 years 前 | 1 个回答 | 0

1

个回答

提问


I want help solving differential equations
This question my sol syms x y(t); dsolve (diff(x,y) == exp^x/2*y); problem An error occurred during the following: ex...

2 years 前 | 1 个回答 | 0

1

个回答