Kevin Zhou
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
64 403
of 295 467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
"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...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
"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...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
"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...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
"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) &&...
ungefär 4 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 4 år ago | 1 answer | 0