HI,
Is it possible to ship two different MCR's into single setup.For example MCR 7.9 and MCR 7.14 into single setup file while compiling.
If possible, how?
Thanks!

 Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de Dic. de 2011

0 votos

While this might be technically possible, maybe, you are only permitted by license to distribute the MCR for programs you wrote and built, and no program can be built with multiple MCR versions.
What benefit do you see from putting two MCR in to a single setup file?

2 comentarios

Manu MJ
Manu MJ el 14 de Dic. de 2011
Thanks! for your response.
It is need for me because mathworks do not take care of backward compatibility of MCR.
Walter Roberson
Walter Roberson el 14 de Dic. de 2011
You would not be able to call different versions of MCR from a single compiled exe, so bundling the two together is not going to help.

Iniciar sesión para comentar.

Más respuestas (2)

Robert Cumming
Robert Cumming el 7 de Dic. de 2011

0 votos

I dont think its possible no. Why would you need to ship 2?

6 comentarios

Manu MJ
Manu MJ el 14 de Dic. de 2011
It is possible Mr Robert,
It is need for me because mathworks do not take care of backward compatibility of MCR.
Robert Cumming
Robert Cumming el 14 de Dic. de 2011
I'm sure its possible outside Matlab by packaging it up yourself - but I'm still not convinced that you can do it within matlab itself...
I still dont understand why you would want to ship more than 1.
Manu MJ
Manu MJ el 16 de Dic. de 2011
in Matlab 2008b MCR is not supporting to generate the report in doc format using report generation tool box. It is possible in 2010b but filtfilt function in signal processing tool box do not work, because mathworks changed the input argument type.
So i thought to combine both the MCR's.
Thank you.
Walter Roberson
Walter Roberson el 16 de Dic. de 2011
It might be possible, but you would need to have two separate executables as it is not possible to call between versions.
Robert Cumming
Robert Cumming el 16 de Dic. de 2011
exactly the point I was thinking Walter - they can coexist on the same target computer but your exe's wont be able to talk to each other.
Walter Roberson
Walter Roberson el 16 de Dic. de 2011
One could use system() to call the other, together with the -r flag to specify the work to do. The input data could be saved in a .mat file in the one and loaded in the other.

Iniciar sesión para comentar.

Image Analyst
Image Analyst el 16 de Dic. de 2011

0 votos

If you have two programs, each compiled with a different version of MATLAB that need to both be on the target computer, you can install both MCR's and they will peacefully coexist. You can do that separately, or you can have a master install program, like InstallShield, install both MCR's and any other installers you may have, all in one shot so the user only has to launch one installer.

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Productos

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by