运行代码出现函数或变量无法识别

运行代码之后出现变量或函数N无法识别

Answers (1)

Dyuman Joshi
Dyuman Joshi on 25 Dec 2023

0 votes

Remove the last line from the function mycg.
The output is being reshaped after calling mycg in the function solve_two_poisson1.
The code works after removing that particular line.

2 Comments

Running the code after correction -
zong
Dyuman Joshi
Dyuman Joshi on 25 Feb 2024
Any updates, @junhao?

Sign in to comment.

Asked:

on 25 Dec 2023

Commented:

on 25 Feb 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!