How to open the Lane following using NMPC example on Matlab R2018a?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Sai Rajeev Deavaragudi
 el 25 de Nov. de 2018
  
    
    
    
    
    Respondida: Mark McBroom
    
 el 25 de Nov. de 2018
            I am unable to open the Lane following Using Nonlinear Model Predictive Control example on R2018a. The open example command is not able to find the exact file and it throws an error. I checked my license file and I have both the MPC toolbox and also the optimization toolbox.
Link to example - 
https://www.mathworks.com/help/mpc/ug/lane-following-using-nonlinear-model-predictive-control.html
openExample('mpc/LaneFollowingUsingNMPCExample')
Error using findExample (line 35)
Example "LaneFollowingUsingNMPCExample" not found in "C:\Program Files\MATLAB\R2018a\examples\mpc\examples.xml".
Error in setupExample (line 5)
metadata = findExample(arg);
Error in openExample (line 10)
[workDir,metadata] = setupExample(varargin{:});    
%also tried this
openExample('mpc_featured/LaneFollowingUsingNMPCExample')
Error using findExample (line 35)
Example "LaneFollowingUsingNMPCExample" not found in "C:\Program Files\MATLAB\R2018a\examples\mpc_featured\examples.xml".
Error in setupExample (line 5)
metadata = findExample(arg);
Error in openExample (line 10)
[workDir,metadata] = setupExample(varargin{:});
0 comentarios
Respuesta aceptada
  Mark McBroom
    
 el 25 de Nov. de 2018
        This example is not available in R2018a.  It is available in R2018b.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Controller Creation en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

