Thread Subject: 3Dginput

Subject: 3Dginput

From: Mahdieh

Date: 16 Oct, 2008 14:50:36

Message: 1 of 2

Hi all,

where can I get the 3Dginput function that is mentioned in some of the posts??

Thanks

Subject: 3Dginput

From: Walter Roberson

Date: 16 Oct, 2008 16:26:13

Message: 2 of 2

Mahdieh wrote:

> where can I get the 3Dginput function that is mentioned in some of the posts??

There is no function named 3Dginput, just ginput without the 3D.

The reason you have seen 3Dginput is that Google Groups does MIME quoted-printable
encoding of characters outside the range of printable US-ASCII. For example,
capital A with the grave accent (`) is character number 192, which is hex C0,
the encoding for which is equal-sign Cee zero . So if someone happens to post
that character from google groups, you would see =C0 in the posting. But in
order for this encoding scheme to work, there has to be a way to represent
the equal-sign itself. equal-sign is character 61, hex 3D, so everywhere
there was a -real- equal-sign in a posting, google groups replaces it with
equal-sign three Dee, =3D so that it can then use the equal-sign everywhere
else to signal an encoded character. If the original text happened to include
equal-sign ginput as in coords=ginput(2); then google groups would encode
the equal-sign as =3D, resulting in coords=3Dginput(2);

It's a lousy encoding scheme for computer programming languages or
mathematical equations, but it is an international standard. Really,
though, Google Groups should not be using it for anything sent to Usenet,
as Usenet standard predate the scheme... but trying to get Google to budge
on anything like this is -nearly- hopeless.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
3dginput Mahdieh 16 Oct, 2008 10:55:04
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com