photo

Caleb Nickens


Last seen: 2年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Error using ismember function: Input A of class cell and input B of class cell must be cell arrays of character vectors, unless one is a character vector.
I have a cell array of names with some duplicates. For example, the 1st, 18th and 32nd row of the array contain the same value. ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Indexing Error - can't get for loop to function because indices are incorrect
function basis = regbas(CorrectionType) basisN0 = @(x)[ 1 ]; basisN1 = @(x)[ 1, x ]; basisN2 = @(x)[ 1, x, x^2 ]; basisN3 ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Cannot input function handles into array
basisN0 = @(x)[ 1 ]; basisN1 = @(x)[ 1, x ]; basisN2 = @(x)[ 1, x, x^2 ]; basisN3 = @(x)[ 1, x, x^2, x^3 ]; When I use the c...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


Can't save values to array with for loop
function traprule = traps(fr,y,a,b) format long dx = (1/fr); % fr = frequency in Hz N = ((b + a)/dx) + 1; % creating N trap...

4年弱 前 | 1 件の回答 | 0

1

回答