photo

Abdulaziz


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Warning: Imaginary parts of complex X and/or Y arguments ignored
Hi Everybody, I want to plot gp vs. q in the following code: kab=3; kba=3; gp=0.0:0.0001:1.25; gn=0...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


Numerical Solution
Hi everybody, I have an equation which is: |i*q=k*sin(q)| I need to use the matlab to find its roots. I want to set a s...

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


Changing the figure font
Hi every body, I want to change the font size of the plotted figure itself, so as we have many line styles like (--, :, -., -...

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

3

답변

질문


In an assignment A(I) = B, the number of elements in B and I must be the same.
Hi every body, When I run this code: t=-3:.1:3; Go=1000; Bc=5; Pin=@(t)3*exp(-t.^2); Ein = quadgk(Pin,-i...

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

1

답변

질문


Subscript indices must either be real positive integers or logicals
When I run this script: x=-3:.1:3; Go=1000; Bc=5; Pin=@(x) 3*exp(-x.^2); Ein(i)=quadgk(Pin,-inf,inf); for i=1:...

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

1

답변

질문


Undefined function or method 'int' for input arguments of type 'double'.
Hi Everybody, I need your help please. When I run my following script: x=-3:.1:3; Go=1000; Bc=5; Pin=3*exp(-x....

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

1

답변

질문


In an assignment A(I) = B, the number of elements in B and I must be the same.
Hi everyone, Here is the code, that gives me the error that I put in my title. Please correct my code, Also, I am new in MATLAB...

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

1

답변

질문


Undefined function or method 'fft' for input arguments of type 'sym'.
Hi Everyone: When I run this script: syms t x=-3:.1:3; for i=1:length(x); Pin=3*exp(-t^2); z=x(i); ...

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

2

답변

질문


Conversion to double from sym is not possible
Hi every body, this is my code syms t x=-3:.1:3; for i=1:length(x); Pin=3*exp(-t^2); z=x(i); Eo(i)=int(Pin,t,...

거의 13년 전 | 답변 수: 2 | 0

2

답변