photo

George Kyriacou


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
242,787
of 301,436

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,278

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,540

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 1

View badges

Feeds

View by

Question


How to subtract matrices over a loop?
If I have a matrix chistory=zeros(itermx,im,jm); chistory(timestep,1:101,1:101); How can I subtract it at each timest...

9 years ago | 1 answer | 0

1

answer

Question


How to subtract matrices at each timestep and find velocity?
So c is a 101x101 matrix that changes over time for timestep = 1:1500 and t(timestep+1)=t(timestep)+dt. c represents concentrati...

9 years ago | 0 answers | 0

0

answers

Question


How to calculate velocity at each timestep for this problem? (Image Included)
I have a grid of x and z and a concentration front, c, that advances front z=0 with time and is c=1 at the start. I want to find...

9 years ago | 1 answer | 0

1

answer

Question


How to find an average of a matrix with each iteration?
If I have a scenario where c is solved by ADI over a grid of 101x101, how can I find the average c at every iteration so that I ...

9 years ago | 1 answer | 0

1

answer