Arduino Uno ds18b20 and sure 2416 dor matrix display

danielb:
error: too few arguments to function 'char* dtostrf(double, signed char, unsigned char, char*)'

You aren't passing the correct number and type of arguments to dtostrf(). The documentation tells you what it expects. Only you know what you're actually providing, since we can't see your code, but it's obviously not correct. Change your code so it passes the arguments that the function expects.