photo

Yulissa Gallardo


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
263,718
of 300,871

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,460

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Model the equation of a RLC circuit and solve it by Euler Method
Hi I need to develop a RLC model by Euler method and develop a grahp of current and voltage, something like shown in the image ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to do Taylor expansion without commands?
I want to solve e^x with Taylor series, this is what I have, but I need to replace "factorial" n = input('ingrese valor de n '...

3 years 前 | 1 个回答 | 0

1

个回答

提问


I want to make a simulation of the hands of a clock
I would like to make 3 diferent lines (hands of the clock: minutes, seconds and hours) that rotates in clockwise, but I'm havin...

3 years 前 | 0 个回答 | 0

0

个回答

提问


I was asked to calculate the gradient vector of a function entered by the user WITHOUT USING THE GRADIENT COMMAND. This is what I have, but is wrong I also added how to grap
f = input('enter function ','s'); sf = str2sym(f); v = symvar(sf); g = diff(sf,v); [x,y] = meshgrid(-5:0.2:5,-5:0.2:5); u...

4 years 前 | 0 个回答 | 0

0

个回答