photo

POLLY


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
33,974
of 302,099

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
25.0%

收到投票数
1

排名
 of 21,543

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,932

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


two-step Adams Moulton method
Hello, I want to use two-step Adams Moulton method to solve ODE. The code is given below. Running this I have problems with d...

7 years 前 | 2 个回答 | 1

2

个回答

提问


Convert Nested for-Loops to parfor
I want to speed up my script and try to replace nested for loop with parfor. I know that I can parallelize either of the nested ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Convert Adjacency list of graph into Adjacency matrix
I am working with Adjacency lists of a graph with 198 vertices and 2472 edges. How can I construct adjacency matrix of graph in ...

8 years 前 | 3 个回答 | 0

3

个回答

提问


multidimensional array as an input of function
Thanks for taking the time to read this. I am working with 5D matrices (in my code resultG, resultX, resultY). These matrices ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to replace use of cell storage with use of arrays?
Thanks for taking the time to read this. This is a part of the script I'm working on: resultX0=cell(length(n),length(...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to make a loop run multiple times for different values of a variable.
Thanks for taking the time to read this. This is the script I'm working on: resultX0 = cell(10, 1); resultY0 = cell(10, ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Hi! I need to write m-file for ellipsoid method of linear programming. Could anyone help me? Thanks
In mathematical optimization, the ellipsoid method is an iterative method for minimizing convex functions. When specialized to s...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Hi everyone! I need to get a script for transportation problem (balanced).
I need to write a program function [x,cost]=transport(s,d,c); % [x,cost]=transport(s,d,c) % Input: % s = supplies...

10 years 前 | 0 个回答 | 0

0

个回答