Community Profile

photo

Emre Tutucu


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


About sub function............
How ı can write a function and sub function. Can you give me an example ?

4 years ago | 2 answers | 0

2

answers

Question


How ı can write this function on Matlab
I will enter an x ​​value

4 years ago | 1 answer | 0

1

answer

Question


HOW TO MAKİNG PASCAL TRİANGLE !!!
how can i do this ? 1 121 12321 1234321 123454321

4 years ago | 1 answer | 0

1

answer

Question


HELP ME PLEASE!!!
what is wrong this ? clc; clear; A=(4,7,-3,5,6,12); n=0; p=0; for i=1:length(A) if A(i)<0 n=n+A(i); e...

4 years ago | 0 answers | 0

0

answers

Question


PLEASE HELP ME -- unexpected expression
clc; clear; A=input('A katsayısı'); B=input('B katsayısı'); C=input('C katsayısı'); delta=B^2-4*A*C ; if A==0 ...

4 years ago | 1 answer | 0

1

answer