EuanPyle / Membrane_Associated_Picking

Scripts to pick membrane associated particles
MIT License
2 stars 0 forks source link

About creat_gridpoint.m #3

Closed zhao-xigua closed 11 months ago

zhao-xigua commented 11 months ago

Hi,Euan I encountered a problem about "unrecognized function or variable 'dread‘ ",I found it’s not a matlab built-in functions, and in your scripts, I couldn't found a self-definition function. My goal is that I have a surface from your guideline now, I only want to use your script to compute normals, so I only run your creat_gridpoint.m , but I got this error. Can you help me ? thank you very much!

EuanPyle commented 11 months ago

Hi, dread is a Dynamo function, it sounds like Dynamo is not loaded correctly. Usually running a dynamo_activate.m script will load Dynamo for you. If it still doesn't work it will be a Dynamo installation issue

zhao-xigua commented 11 months ago

Yes, you're right! I'll try it later.