photo

Kevin Zhou


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
180,018
of 298,937

평판
0

참여
7 질문
0 답변

답변 채택
85.71%

획득한 표
0

순위
 of 20,661

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 162,923

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Dimensional Problem with simple coefficient equation
I am trying to create this function in MATLAB. From a previous question, I have solved for a as "agrid2" and f(a) as "fx", w...

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

1

답변

질문


"Array indices must be positive integers or logical values." while using golden section search with an interpolation?
The function starts going wrong as I hit line 50, the one that starts with w(i,j). What am i doing wrong? A seperate function is...

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

1

답변

질문


"Error using / Matrix dimensions must agree." When creating a system of functions
This is the function that I aim to generate: This is what I plugged in: %input all the varaible alpha= 0.33; beta= 0.9...

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

1

답변

질문


Issues with loop- "Too many input arguments."
Here is my issue- I am on the cusp of solving my problem by using the quadrature technique. However, I seem to be doing somethin...

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

1

답변

질문


"Array indices must be positive integers or logical values". Please help
%For this problem write a script file called NC.m that implements %the Newton-Cotes method of integration for an arbitrar...

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

1

답변

질문


"Z must be a matrix, not a scalar or vector." PLEASE HELP!
So this is the function I want graph using surf.m: %simple multivariate function; function [f]=ps2func(x1,x2) if ((x1<=2) &&...

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

2

답변

질문


Trying to get taylor's series to work the old fashion way for x^2." Array indices must be positive integers or logical values"?
%problem 1_a clear all %decrement value loop %h = x-x0 h=-0.8:0.01:1; tic %start a timer for the i loop below for i=0.0...

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

1

답변