Hi, I want a solution regarding below error.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
mk_egs_string("grid.3d","NcGridnew.txt");
Reading grid file
Finished reading grid file
Matrix dimensions must agree.
Error in mk_egs_string (line 34)
temp = find(xarray==yarray);
Answers (1)
Steven Lord
on 21 Oct 2020
0 votes
Google found only one hit for mk_egs_string. It was this question. So this is not a MathWorks function, nor is it a function on the File Exchange. So you should probably contact the author of that file for help. Or if you are the author, we're going to need a lot more information about what this function is supposed to do.
5 Comments
Dina Sang
on 21 Oct 2020
Walter Roberson
on 21 Oct 2020
We have not seen your code so we do not know what xarray and yarray are.
Dina Sang
on 21 Oct 2020
Walter Roberson
on 22 Oct 2020

Dina Sang
on 22 Oct 2020
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!