petersaj / AP_histology

Histology processing
63 stars 20 forks source link

smooth function not found #2

Closed HernandoMV closed 3 years ago

HernandoMV commented 3 years ago

Hi, where is the 'smooth' function from? See error: Error in demo_histology_pipeline (line 32) AP_process_histology(im_path,resize_factor,slice_images);

Undefined function 'smooth' for input arguments of type 'double'.

petersaj commented 3 years ago

That's in the curve fitting toolbox (https://uk.mathworks.com/help/curvefit/smooth.html), are you not able to download it?

HernandoMV commented 3 years ago

Thanks, didn't know this was a requirement. I might have missed it 👍