Community Profile

photo

Hamada Alkhlif


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


is my code right ?
i have done the folow : x=linspace(-2*pi,2*pi,40); y=pi*sin(x); plot(x,y); title('scapegoat') xlabel('X') ylabel('...

3 years ago | 1 answer | 0

1

answer

Question


odd number ,even number
i need acode which detects the odd numbers in the row vector containing the digits of number (1 8 0 5 0 5 7 5 9 )in order and c...

3 years ago | 1 answer | 0

1

answer

Question


FOR LOOP , beginner question.
i want to Write a code or script including a FOR LOOP in order to computing the value of d for the following values of x and ret...

3 years ago | 2 answers | 0

2

answers

Question


how can I Compute the value of d for the following values of x , Outcome equation d=((34.63/x)-5.126)/2.54
Is my code right i am beginner in matlab. >>clc >>clear for x=[0.1000,0.1500,0.2000] fprintf("\n\t%g\n",x) else d=...

3 years ago | 2 answers | 0

2

answers