photo

Aleksy Barski


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

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

environ 5 ans il y a | 1 réponse | 0

1

réponse

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

plus de 6 ans il y a | 0