photo

Shanjul Shrivastava


Last seen: etwa 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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,...

fast 4 Jahre vor | 0

Frage


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]';...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten