Error in using surf
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ashray Malhotra
le 2 Oct 2014
Réponse apportée : Friedrich
le 2 Oct 2014
When I plotted a variable H which is a 512*512 matrix, this is the error that i see when I try to shift the curve to look from a different angle using the hand tool.
>> surf(H) Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback.
Using Matlab 2014a on Ubuntu 14.04
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!