photo

jf


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

9 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
236,129
of 299,905

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,832

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
99,510
of 166,501

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Create and plot an oriented graph of a circuit from a netlist
Hello, it should be a ridiculously trivial task, but I have to admit I've been stuck on it for a few months. Sadly, I'm not ver...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds the number of array elements in ODE using anonymous function
I dont't understand what is wrong with this scirpt. For different set of equations I was able to use anonymous functions inside ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot coordinate data to appear solid with lighting effect?
I have quite delicate problem. In the for loop I am plotting these circles using plot3(x,y,z) so after number of iteration...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Avoid root switching using roots
Hello, I am having following problem. It is a very simple. First formulate symbolically some matrix . Then I wish to study . ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


transform ode15i input to ode15s input
Since I got completely stuck in the last two weeks I am giving up with ode15i solver and I would like to solve my equations usin...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Piecewise ode15i
Suppose that given DAE system containing peicewise defined function. What is more convenient way to call ode15i: a) put condit...

4 years 前 | 1 个回答 | 0

1

个回答

提问


ode15i instability and initial values
Consider following MWE: eqn1 = i_V11(t) + u_1(t)/10 - u_2(t)/10 == 0 eqn2 = (3*u_2(t))/25 - u_1(t)/10 - u_3(t)/50 + (77371252...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Generation of symbolic vector of functions
I need to define a lot of symbolic variables for DAE solver. Instead of using sym f1(t) f2(t) % up to arbitrary fN(t) i woul...

4 years 前 | 1 个回答 | 0

1

个回答

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years 前

提问


Gegenbauer polynomials wont produce Chebyshev polynomials using Symbolic Toolbox
Consider code syms x n = 4; a = -0.5; gegenbauerC(n,a,x) It produces following output - (5*x^4)/8 + (3*x^2)/4 - 1/8 which...

5 years 前 | 1 个回答 | 0

1

个回答