photo

Hoon


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


exp(log(x))-x?
Analytically, exp(log(x))-x should give zero. But In matlab, it is not zero x=linspace(1,10,10); exp(log(x))-x; ...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to implement without using "function-end" command?
I'll start with an example. All the codes are from this <http://12000.org/my_notes/matlab_ODE/ website>, http://12000.org/my_not...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to see FT in more close picture.
below is my code -------------------------- lam=1552; %%% nm lamd=lam*10^(-9); %% m c=3e8; freq=c/l...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How do i use eval function when the sentence has apostrophe (') in it?
I'm trying to use eval function with for loop B1=sinc(x).*sinc(y); B2=sinc(2x).*sinc(2y); B3=sinc(3x).*sinc(3y); B...

10년 초과 전 | 답변 수: 4 | 0

4

답변

질문


How do I insert many variables(upto 100) into one function?
I have variables with value B1=1 B2=2 B3=4 B4 ... B100= some number (it goes on to 100 variables) then I want ...

10년 초과 전 | 답변 수: 3 | 0

3

답변