-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrecognized function or variable 'n_v'. #63
Comments
Hi please provide the specific error message of the problem (matlab throws the issue based on the for loop the issue resides but the exact issue may happen anywhere within that loop). This has never been observed to my knowledge so I need more info regarding it. |
Hi @JinghaoLu of course! Here's the error message matlab encounters, plus the last few messages so you know where in the pipeline this is occuring. What's odd is I can run the same code on my personal computer and have it execute much better. Begin initial computation of translation score Error in graph (line 68) Error in lk_loop (line 93) Error in lk_ld_hier (line 47) Error in intra_section (line 79) Error in frame_reg (line 92) Error in min1pipe (line 108) Error in demo_min1pipe (line 14) |
Hi @JosephGreene, I checked the graph function in matlab and found there is no such calling at line 68. I guess the graph function in your path with the top calling priority is something different than the matlab built-in graph.m. |
I've been trying to run Min1pipe and Min1pipe HPC from the demo script on some collected calcium data but in both functions I encounter an error where the code can't identify this variable. For Mini1pipe, it occurs in the parfor loop of intra_section function (line 76) and it references that my working cannot find it. In HPC, it occurs in the graph function on line 68. Does anyone know what this variable is tied to? I tried digging around without much luck. Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: