Community Profile

photo

Sasthikapreeya D/O Ponnarasu


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot an iteration to run like a simulation while iteration is still ongoing?
if k = T > 0 if MaxTime > elaspedtime Cur = 10; Best = Cur; ECur = exp(Cur); ...

4 years ago | 1 answer | 0

1

answer

Question


How to set two a vector greater than a variable and lower than another variable into a new matrix?
clc,clear,close all aftbod = 13; fwdbod = 138; midbod = 78 for subit=1:10 MutCol(subit,:,:)=randi([13 138]); if ...

4 years ago | 1 answer | 0

1

answer

Question


How to only plot the better result from a loop of 48 iterations in a convergence plot?
hi, I'm running a complex program and i am required to plot the output of the program(resistance) in a convergence plot. if the ...

4 years ago | 1 answer | 0

1

answer