Feeds
질문
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 ...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
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
대략 12년 전 | 답변 수: 3 | 0
3
답변질문
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 ?
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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 ?*
대략 12년 전 | 답변 수: 3 | 0
3
답변질문
How can i open a file that the user inputs ?
Is this right ? FileID = input('please enter the name of your file'); fopen(FileID);
대략 12년 전 | 답변 수: 2 | 0
