photo

Erik Eriksson


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

7 个提问
0 个回答

Cody

0 个问题
5 个答案

排名
175,137
of 299,750

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
53,851
of 165,710

贡献数
0 个问题
5 个答案

评分
61

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver

查看徽章

Feeds

排序方式:

提问


Compute the basin of attraction for a steady state of an ordinary differential equation ODE
I need write a function called "compute_basin" that takes in a steady state and its k value and computes which set of initial co...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Solve a differential equation and determine when it gets close to steady state
I have a function called "compute_ode" that computes the derivative dC/dt for the differential equation model ODE: dC/dt = 0.1*(...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Compute steady of ODE
First of all I have a function called "compute_ode" that computes the derivative dC/dt for the differential equation model. The ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Determine data cells in Excel
I have a large Excel-file (frequencydata.xls) containing data for grid frequency. The file contains data for one day (24 h) with...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Compute steady states as a funciton of k, ODE
I will write a function called "compute_states" that takes as input a value for k and then returns as output ALL real-valued ste...

2 years 前 | 1 个回答 | 0

1

个回答

已解决


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

2 years 前

已解决


Create a vector
Create a vector from 0 to n by intervals of 2.

2 years 前

已解决


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

2 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2 years 前

已解决


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:...

2 years 前

提问


Optimal schedule using fmincon, nonlcon
I have an assignment where I am supposed to calculate the optimal schedule for a wood boiler and an oil boiler connected to an a...

2 years 前 | 0 个回答 | 0

0

个回答

提问


Iteration of multiple nonlinear functions
I have an assignment where I need to clalculate the temperature distribution in a window with elctric heaters installed at nine ...

2 years 前 | 2 个回答 | 0

2

个回答