photo

Shanjul Shrivastava


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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,...

4 years 前 | 0

提问


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

5 years 前 | 2 个回答 | 0

2

个回答