iaborsi / mflab

Automatically exported from code.google.com/p/mflab
0 stars 0 forks source link

Defect #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I am a new user of mflab. I tried the example 1 of mf2k but it seems there are 
more files required. mf_adapt is working fine but mf_analyse shows following 
error:

>> mf_adapt
>> mf_analyze
Error using load
Unable to read file AGV1: No such
file or directory.

Error in mf_analyze (line 5)
load(basename);  % having retrieved
baasename load the data in
basename.mat

I am not sure where I am going wrong. Can you please comment on this? I tried 
other examples also but always I am getting the same error message. 

What steps will reproduce the problem?
1. Run mf_adapt 
2. Run mf_analyse
3.

What is the expected output? What do you see instead?
Example 1 f mf2k. 

What version of the product are you using? On what operating system?
Windows

Please provide any additional information below.
>> mf_adapt
>> mf_analyze
Error using load
Unable to read file AGV1: No such
file or directory.

Error in mf_analyze (line 5)
load(basename);  % having retrieved
baasename load the data in
basename.mat

Original issue reported on code.google.com by jha.s...@gmail.com on 5 Jun 2013 at 3:03

GoogleCodeExporter commented 8 years ago
Hi,

I noticed that I missed one step, which is running mf_setup before mf_analyze. 
mf_setup is the one that calls the mf2k fortran executables, runs them and 
produces the output files. mf_analyze is just for reading the binary output 
files and visualizing the results.

Now the examples are working fine. 

Thanks

Original comment by jha.s...@gmail.com on 11 Jun 2013 at 4:04

GoogleCodeExporter commented 8 years ago
regarding the example 1 of mf2k. when I run the problem it has an error 
''Undefined function or method 'gridObj' for input arguments of type 
'double'.'' what would be the problem?

Original comment by bizhani1...@gmail.com on 26 Feb 2015 at 3:44