Community Profile

photo

Abdulaziz


Actif depuis 2011

Followers: 0   Following: 0

Contact

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 12 ans il y a | 3 réponses | 0

3

réponses

Question


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 (--, :, -., -...

environ 12 ans il y a | 3 réponses | 0

3

réponses

Question


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...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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:...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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....

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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); ...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


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,...

plus de 12 ans il y a | 2 réponses | 0

2

réponses