Hi Caspar,
If you want to import a model that is presented in the form of a matrix,
i.e. an explicit list of transition probabilities, then the -importtrans
switch is generally the most efficient way. I see you have already tried
this (by converting to .tra/.sta files). You could probably adapt PRISM
to read Matlab .m files instead of .tra files, but unless your .m ->
.tra translation is very slow, this won't help you very much.
Unfortunately, directly importing a matrix in this way can be
inefficient, because PRISM's default methods use symbolic (BDD-based)
data structures, which are not well suited to this kind of model
construction (they work much better when the model is originally
specified in the PRISM modelling language).
Best wishes,
Dave.