Matlab just says there is an error, but I don't see one. How do I know more about the error.
Ältere Kommentare anzeigen
Error in GetSteamZoneParameters (line 7) [ tcD ] = FindtcD( fhv );
I do not get any more description.
The GetSteamZoneParameters function works fine when I call it through the command window. But when I call this function through SAGD.m I get the error.
This code is a part of a simulator for steam injection in oil fields.
Antworten (1)
Iain
am 31 Jan. 2014
Try calling, on the command line
dbstop if error
The program will stop and let you see what's going on at the point it throws an error.
1 Kommentar
Ankit Bansal
am 31 Jan. 2014
Kategorien
Mehr zu Particle & Nuclear Physics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!