photo

Kevin Zhou


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
121,729
of 300,759

評判
0

コントリビューション
7 質問
0 回答

回答採用率
85.71%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
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...

約5年 前 | 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...

約5年 前 | 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...

約5年 前 | 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...

約5年 前 | 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...

約5年 前 | 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) &&...

約5年 前 | 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

回答