Community Profile

photo

Ahmad Al-jelali


Active since 2016

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Increase the incline of the ground
Hi, I am working on a project which is to calculate and track the centre of gravity of the aircraft and I am using the follow...

7 years ago | 0 answers | 0

0

answers

Question


how to animate in matlab
hi guys, I have a 30*7 matrix which represents passengers on a aircraft with the 6 columns having 1's and the middle column i...

7 years ago | 1 answer | 0

1

answer

Question


Aircraft center of gravity, moving passengers one by one
Hi guys, It's me again and I have the following code which I received a lot of help from here. airlinerows = 30; airl...

7 years ago | 0 answers | 0

0

answers

Question


Random numbers and Matrix
a=30; b=3; A=rand(a,b)<0.85; B=zeros(30,1); C=A; D=[A B C] This is what I am using now and would like to kno...

7 years ago | 1 answer | 0

1

answer

Question


Aircraft deplaning and centre of gravity
Hi guys, I have the following so far: a=30; b=3; A=rand(a,b)<0.85; B=zeros(30,1); C=A; D=[A B C] I am w...

7 years ago | 2 answers | 0

2

answers