photo

Ymbar Polanco


Last seen: 대략 1년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

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...

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

2

답변