Amy - MATLAB Central
photo

Amy


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 02/14 to 04/25Use left and right arrows to move selectionFrom 02/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
236,703
of 297,986

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
30.0%

收到投票数
0

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,028

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Integration using quad(@myfun,a,b)
I have the following function function AW1= AW_int() ASqr=aSqrSum(); BSqr=bSqrSum(); C=CSum(); delta...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Why am I getting this error? The integrand function must return an output vector of the same length as the input vector.
Hi I have the following function function AW1= AW_int(x,N) N=[10 100 1000 10000 100000]; x=[0.9 0.99 0.999 ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting a matrix of data in a graph
Hi I have outputted a <5x7> workspace variable of data using the following values of x and n: x=[0.9 0.99 0.999 0....

11 years 前 | 1 个回答 | 0

1

个回答

提问


integrad function not returning an output vector of the same length as the input vector
I have the following function function x = rZSum(y, z) y = load('delta.txt'); z = load('aSqr.txt'); x =...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Numerical integration using a quad function
I have created the following function function x = rZSum(y, z) y= load('delta.txt'); z = load('aSqr.txt'); ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Creating a function used loaded text files
I have the following code: function x = rZ(delta, aSqr) load(delta); load(aSqr); x = delta./aSqr; e...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Integration of a function
Hi I want to solve the integral of (delta/A^2) between 0 and 0.9999999. delta and A^2 are <5x7 double> workspace variable...

11 years 前 | 0 个回答 | 0

0

个回答

提问


keeping precision when writing to excel
Hi I have the following script load ASqr.txt load BSqr.txt load C.txt load delta.txt realZeros ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Integration using a loaded file
Hi I want to solve the integration of (delta/A^2) between 0 and 0.9999999. Delta and A^2 are arrays I have saved as txt fi...

11 years 前 | 0 个回答 | 0

0

个回答

提问


How can I create a for loop inside another for loop for a geometric series?
I have the following code so far: %alphaSum.m % % %Amy Wallace, 19/02/2014 %Variable dictionary ...

11 years 前 | 1 个回答 | 0

1

个回答