photo

POLLY


Last seen: 4年弱 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
39,063
of 300,780

評判
1

コントリビューション
8 質問
0 回答

回答採用率
25.0%

獲得投票数
1

ランク
 of 21,086

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,018

コントリビューション
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年弱 前 | 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年 前 | 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 ...

約7年 前 | 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 ...

7年以上 前 | 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(...

7年以上 前 | 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, ...

約8年 前 | 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...

約9年 前 | 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...

約9年 前 | 0 件の回答 | 0

0

回答