Community Profile

photo

Mohamad


Active since 2013

Followers: 0   Following: 0

Message

Mohamad Zein

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to write this expression in matlab ? Boolean logic
( P ^ Q ) or (~p) (p and q) or ( not p) I do know that and(p,q) is P ^ q and that or(p,q) is P or Q but how do I write ...

10 years ago | 2 answers | 0

2

answers

Question


How to write this expression in matlab ? p ^ q ^ r
I do know that p ^ q is and(p,q) . But not sure what p q and r is Thank you

10 years ago | 3 answers | 0

3

answers

Question


How to plot lnx ?
let us say x= [0 1 2 3 4 5 6 7 8 9] and y = ln(x) plot (x,y ) does not work. Is y=ln(x) a wrong statement ?

10 years ago | 1 answer | 0

1

answer

Question


How to specify size of row and column vector
*If we have a row vector A and a column vector B How do we specify the size for both vectors ?*

10 years ago | 3 answers | 0

3

answers

Question


How can i open a file that the user inputs ?
Is this right ? FileID = input('please enter the name of your file'); fopen(FileID);

10 years ago | 2 answers | 0

2

answers