photo

Bahloul Derradji


Last seen: meer dan een jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Answer

View badges

Feeds

View by

Answered
How do i do a two dimensional linear regression fit
use the following ready to use example code: this is the mainfile.m clear all clc clf close all xdata =( -1:0.1:+1); ...

meer dan 4 jaar ago | 0

Answered
Not enough input arguments
Try this code. It works. the user defined function in a separate file named : myfun.m function F = myfun(x,xdata,c) ...

bijna 6 jaar ago | 0