octave-maintainers
[Top][All Lists]
Advanced

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

Re: run on matlab


From: Michele
Subject: Re: run on matlab
Date: Tue, 31 May 2016 09:10:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

Dear Colin,

I ran on Matlab R2016a

ans =

  -3.301207088157028  15.474861455795915   1.115828634895176


On 31/05/16 08:56, Colin Macdonald wrote:
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')


--
Michele Ginesi

Attachment: sphere.jpg
Description: JPEG image


reply via email to

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