photo

ON


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

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
1 个回答

排名
159,223
of 299,772

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How can I model a power system in simscpae to calculate the line losses ( >250 km)?
I want to model a power system in order to calculating the line losses for diffrent hours during 3 months. I have data for activ...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Converting from floating point to fixed point.
I need to convert for example -0.0126842654631061924064283630286809057 into a 16 bit signed value.

3 years 前 | 0

提问


Converting from floating point to fixed point.
How can i convert from floating point to two's complement? I need to convert a vector of filter coefficients from Filter Designe...

3 years 前 | 2 个回答 | 0

2

个回答

提问


I try to run a for loop to plot the function y(t) for 0.1<=t<=0.9 for 5 diffrent t. Can you help me with my code?
x=-10:0.01:10 ; y=zeros(5,length(x)) for t=1:2:9 y(t)=((exp((-t*0.1).*x))./(sqrt(1-(t*0.1)^2))).*sin(x.*sqrt(1-(t*0.1)^2)+a...

3 years 前 | 1 个回答 | 0

1

个回答