photo

POLLY


Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
33,968
of 302,046

REPUTATION
1

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
 of 21,512

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 178,438

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 2 answers | 1

2

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers