photo

Mohamad


2013년부터 활동

Followers: 0   Following: 0

메시지

Mohamad Zein

통계

MATLAB Answers

5 질문
0 답변

순위
173,057
of 300,364

평판
0

참여
5 질문
0 답변

답변 채택
60.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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

2

답변