photo

Aleksy Barski


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


The inconsistency of polyfit function
x=[1,2,3,4,5]; y=3*x.^2+7*x+12; p1=plifit(x,y,2); [p2,S]=polyfit(x,y,2); [p3,S,mu]=polyfit(x,y,2); p1 p2 p3 Why p3 not s...

nästan 5 år ago | 1 answer | 0

1

answer

Answered
Extract Image from BLOB OBJ in Oracle database table
function [ image ] = deserializeImage( blob ) obj = blob{1,1}; is = obj.getBinaryStream(); bufferedImage ...

mer än 6 år ago | 0