photo

Shanjul Shrivastava


Last seen: más de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Create function to calculate leap year
function result = is_leap_year(year) if year<=0; error("year is not a positive integer"); elseif(mod(year,4))~=0 | (mod(year,...

alrededor de 4 años hace | 0

Pregunta


Undefined operator '>' for input arguments of type 'function_handle'. Error in simple_nlr (line 24) while err > tol
clear all; close all; clc; %Non Linear Regression %Model: y = a1*a2^x %measured data xm = [50 450 780 1200 4400 4800 5300]';...

casi 5 años hace | 2 respuestas | 0

2

respuestas