Help For Running MVC2

3 visualizaciones (últimos 30 días)
William  L.
William L. el 12 de Oct. de 2021
Comentada: Alejandro Olivieri el 5 de Nov. de 2021
Hello, when I'm trying to run the tool called mvc2_guim when I run it some boxes are missing like this (right = from tutorial, left = mine).
And when I to read some data this message appears:
Dot indexing is not supported for variables of this type.
Error in mvc2_gui>pushbutton14_Callback (line 1393)
pathname=get(handles.text25,'String');
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in mvc2_gui (line 45)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mvc2_gui('pushbutton14_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
Can anyone help me?
  8 comentarios
Steven Zabarnick
Steven Zabarnick el 5 de Nov. de 2021
He also seemed to imply that it might be an incompatibility with Matlab versions.
Alejandro Olivieri
Alejandro Olivieri el 5 de Nov. de 2021
All these guis (mvc1, mvc2 and mvc3) were created with MATLAB version 2012. It seems that they are not compatible with new MATLAB versions, probably from 2014 to date.
The only suggestion I can make is to install the stand alone compiled version available at https://drive.google.com/folderview?id=1TDmWQu2J10HID9TMlIYejp4UfOGdLGOP
This folder has a detailed pdf with instructions for installation of a series of MATLAB compiled programs.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 12 de Oct. de 2021
I suspect you might have started running the program by double-clicking on the .fig file. You need to execute the .m file instead. If you double-click the .fig file then it will open the interface but will not execute the initialization code that is needed to tie everything together.
  1 comentario
William  L.
William L. el 12 de Oct. de 2021
Yes, I was running with a double click on fig file, but when I choose to run the .m file the program opens, but missing more boxes like this:

Iniciar sesión para comentar.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by