photo

Amy


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

10 질문
0 답변

순위
229,358
of 300,765

평판
0

참여
10 질문
0 답변

답변 채택
30.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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....

거의 12년 전 | 답변 수: 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 =...

거의 12년 전 | 답변 수: 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'); ...

거의 12년 전 | 답변 수: 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...

거의 12년 전 | 답변 수: 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...

거의 12년 전 | 답변 수: 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 ...

거의 12년 전 | 답변 수: 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...

거의 12년 전 | 답변 수: 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 ...

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

1

답변