photo

Mohammad Edaibat


Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
285,618
of 299,737

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,791

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
75,351
of 165,655

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

5 years ago

Question


STEP by STEP 6-DOF simulation for a spacecraft
Does anyone know where I can find a reference (book, paper, or anything) that goes into detailed STEP by STEP to know how to do ...

8 years ago | 1 answer | 0

1

answer

Question


I have an unknown variable that is to the power of 4 I need to find it
Here is the equation: q = e*Sigma*A*(T^4) All are known values except the T is there a command I can use like solve(T) that w...

9 years ago | 1 answer | 0

1

answer

Question


Divide a row vector with a column vector with different dimensions
I have a problem with dividing a row vector with a column vector both different functions Quickly here is the problem from begi...

9 years ago | 1 answer | 0

1

answer

Question


I have an Equation with all known constants. Except one variable changes from 500 to 1000 in an increment of 100 (so it can be a vector) how can I solve this equation for each value from 500 to 1000?
Here is the Equation: Vground = sqrt(m/(RH+H)) * (RH/(RH+H)) m, and RH are known constants now the H has multiple val...

9 years ago | 1 answer | 0

1

answer