Community Profile

photo

Kareem AlBokhari


Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


legends after each iteration
want to add legends after each iteration in a for loop ? any suggestions ??

8 years ago | 1 answer | 0

1

answer

Question


plotting graphs after for loop
I have a code with iterations and I want to make a graph for each iteration of 2 for loops and all appear in on graph figure ex ...

8 years ago | 1 answer | 0

1

answer

Question


Plotting pragh with iteration
I have a code with iterations and I want to make a graph for each iteration of 2 for loops and all appear in on graph figure ex ...

8 years ago | 0 answers | 0

0

answers

Question


round value in table
LastName = {'Pressure';'Temprature';'Enthalpy'}; Station_1 = [ P1 ; T1 ; h1 ] ; ...

8 years ago | 1 answer | 0

1

answer

Question


I have arrays and I want to put them in a table
I have 9 arrays I want to put them in a table and give them row names and colmn names My code Stati...

8 years ago | 1 answer | 0

1

answer

Question


forming tables from variables
I have set of values from equations and want to place in a table , ex for station 1 I have 3 values I want the placed in one col...

8 years ago | 1 answer | 0

1

answer

Question


anyone could help understand what happened in this code
cvals = 1200:100:1600; bvals = 5:5:20; for cidx = 1 : length(cvals) c = cvals(cidx); for b...

8 years ago | 1 answer | 0

1

answer

Question


how to save values in matlab after iteration
I have 2 for loops for c=1200:100:1600 for b=5:5:20 I want it to save the value in an array after fi...

8 years ago | 1 answer | 0

1

answer