octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

run on matlab


From: Colin Macdonald
Subject: run on matlab
Date: Mon, 30 May 2016 23:56:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

Can someone run these commands and paste the output (three numbers) back
to me?  jpg/png of the figure might be useful but not essential.

thanks,
Colin

- - - - - - -

format long
figure(1); clf;
sphere(24);

P = [8 12 7.3];
set (gca, 'cameraposition', P)

U = [0 2 2];
set (gca, 'cameraupvector', U)

T = [0.5 -0.3 -0.3];
set (gca, 'cameratarget', T)

h = camlight(45, 20);
get(h, 'position')



reply via email to

[Prev in Thread] Current Thread [Next in Thread]