photo

Bastian


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

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
188,271
of 299,722

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,790

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,604

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


I am trying to get my answer to Display but it wont let me
syms f(x) f(x) = (x^3) - (7*x) + 6; x=solve(f(x)==0,x); disp('the roots will be',(x)) says error below- Incorrect number or...

1 year 前 | 6 个回答 | 0

6

个回答

提问


Trying to use function ,didnt work?
function [Delta]= finddeflexion(Length) E= 4.2*(10.^10); I = 1*(10.^-5); W = 8500; prompt = "What is the length of the blade...

1 year 前 | 1 个回答 | 0

1

个回答

提问


trying to use syms and i typed in syms('y') says error
y = syms('y') Error using syms Using input and output arguments simultaneously is not supported.

1 year 前 | 1 个回答 | 0

1

个回答

提问


need to use function to create multiple outputs
The maximum deflexion of a wind turbine blade should be no more than 10% ofits length. The formula used to calculate deflexion b...

1 year 前 | 0 个回答 | 0

0

个回答

提问


how to plot x= 0:0.01:10
i attempted to do this but instead of giving me 0,1,2,3,4,5,6,7,8,9,10 on the x axis it gives me 0,5,15,20 idont understand why....

1 year 前 | 2 个回答 | 0

2

个回答

提问


Create a vector (1,25) with values increasing from 0-24
i dont understand what i need to do hee i just wante to ask if i am doing this part correectly by doing this Time= 1:5:24;

1 year 前 | 1 个回答 | 0

1

个回答