Feeds
질문
Function index is a string, why?
function [ Xs ] = RegulaRaiz( Fun,a,b,ErrMax ) imax=100; Fa= Fun(a) Fb=Fun(b) The code for fun i...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
Attempted to access Fun(0); index must be a positive integer or logical
Here's my error message: Attempted to access Fun(0); index must be a positive integer or logical. Error in testebBisTodRa...
9년 초과 전 | 답변 수: 1 | 0
