I am getting the following error when running the "kspaceFirstOrder3D.m" example.
Unable to resolve the name kgrid.dim.
Error in kspaceFirstOrder_inputChecking (line 50)
if kgrid.dim ~= 3
Error in kspaceFirstOrder3D (line 574)
kspaceFirstOrder_inputChecking;
When i looking for "kgrid.dim" in the kspaceFirstOrder3D.m file, it is no where to be found. Is kgrid a variable that requires some sort of input? I am running matlab R2021a if that helps. Any advice would be greatly apprciated.