photo

Sean


Last seen: 13 days 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
99,626
of 301,261

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,209

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,690

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Two loop combination circuit simulated with matrix math
I am trying to find the I1 and I2 (current) of this cicuit using a marix math program. with the varibles B1 = +10 V, B2 ...

15 days 前 | 0 个回答 | 0

0

个回答

提问


how do I change the abscissa (x -axis) of a cosine wave plot to show degrees
this is my current code, x= 0:pi/100:4*pi; y1 = cos(x); A= 3; B= 1.5; C = pi/2; D = -3; y2 = A*cos(B*x+C)+ D; ...

3 months 前 | 1 个回答 | 0

1

个回答

提问


Trying to make a goal seek like program using fsolve?
this is the code I currently have clear all; close all; clc f= @(x) Average1(x)-65; engineering= 30; % Intiall estimate f...

3 months 前 | 1 个回答 | 0

1

个回答

提问


How do I plot a graph with the grid for trig functions with 0 ≤ x ≤ 2π
y1 = cos (x) ... solid line, red, no marker y2 = -sin (x) ... dashed line, blue, no marker y3 = cos (x)’ ... no line, blue, ci...

4 months 前 | 2 个回答 | 0

2

个回答