-
Notifications
You must be signed in to change notification settings - Fork 0
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
Example 1 Not running #1
Comments
Excuse me, we may have the same problem on this program. My group also want debug Example1.m. This is the most frequent error in the process of the program, we don't know how to fix it. We think the code of **postoresolution** needed to be improved. Is your problem solved now? Maybe we can have some discussion. Thanks. |
hello, same here. Have you solved the problem? Thank you! |
@shy123 @kz1990 I apologize for not replying sooner. |
@jesse-anderson Thank you so much for replying to us! I have tried the ImageJ version, and it works well. Your confirmation is really helpful for our work. Thank you again! |
As is Example1.m will not run.
"""
Error using frc
Too many input arguments.
Error in postofrc (line 131)
frc_out = frc(in1,in2);
Error in postoresolution (line 115)
frc_out = postofrc(positions,sz,zm,nblocks);
Error in example1 (line 31)
[res_value, ~, resH, resL] = postoresolution(coords, szx, superzoom); % in super-resolution pixels
"""
The text was updated successfully, but these errors were encountered: