Ymbar Polanco
Followers: 0 Following: 0
Feeds
질문
I want to create a QQ & PP plot using L-Moments to fit the GEV but get this error: unable to perform assignment b/c the left & right sides have a different number of elements
Here is my code: % Step A: Read data and extract columns data = readmatrix('Wabash_River_MaxFlow.xls'); wateryear = data(:...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
"Index in position 1 exceeds array bounds (must not exceed 1)." error using spline.
function [E,B,cmd,vx,vy] = trajplanner(a,x,N,T) % trajplanner function creates a path and calculates the velocity of the % e...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
How do I fix the 'Invalid use of operator' Error in my anonymous function bisect code?
function [root,fx,ea,iter]=bisect( @(x)x^7+3*x-1;0;1;0;3 ) % bisect: root location zeroes % [root,fx,ea,iter]=bisect(func,xl,x...
대략 4년 전 | 답변 수: 2 | 0