piajola
Not sure of the details but you can capture the result of webwrite
resp=webwrite(...)
then (this is the bit that I dont know)
if resp.status_code != 200
pause(60)
webwrite()
Hopefully one of the Matlab gurus will chime in with the correct syntax..