photo

Abdulaziz


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
200,624
of 300,813

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,169

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

13 years 前 | 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...

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

13 years 前 | 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...

14 years 前 | 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:...

14 years 前 | 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....

14 years 前 | 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...

14 years 前 | 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); ...

14 years 前 | 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,...

14 years 前 | 2 个回答 | 0

2

个回答