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

回答