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 years 前 | 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 years 前 | 1 个回答 | 0
