Error in using surf

3 vues (au cours des 30 derniers jours)
Ashray Malhotra
Ashray Malhotra 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

Réponse acceptée

Friedrich
Friedrich le 2 Oct 2014
Hi,
it's a known bug. Please apply that patch and try again.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by