Quantcast

Create m-files in macbook

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Create m-files in macbook

Abrahams, Dionne: Absa

Hi

 

I installed octave for macbook, but I have no idea how to create a user path for m-files in octave. I need this to do my assignment due at the university.

Can you please assist.

 

Thanks

 

Dionne Abrahams  | Vice President: Market Risk andTreasury |  Absa Internal Audit

Tel +27 (0) 11 350 7164  |  Mobile +27 (0) 72 632 2186  |  E-mail [hidden email]

Absa, 5th Floor, Absa Towers West, 15 Troye Street, Johannesburg, 2001

absa.co.za

 

P Please consider the environment before printing this email

 

COMPANY CONFIDENTIAL

 

Important Notice:

Absa is an Authorised Financial Services Provider and Registered Credit Provider, registration number: NCRCP7. This e-mail and any files transmitted with it may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Absa. Any views or opinions presented are solely those of the author and do not necessarily represent those of Absa. This e-mail is subject to terms available at the following link: http://www.absa.co.za/disclaimer. The Disclaimer forms part of the content of this email. If you are unable to access the Disclaimer, send a blank e-mail to [hidden email] and we will send you a copy of the Disclaimer. By messaging with Absa you consent to the foregoing. By emailing Absa you consent to the terms herein. This email may relate to or be sent from other members of the Absa Group.


_______________________________________________
Help-octave mailing list
[hidden email]
https://mailman.cae.wisc.edu/listinfo/help-octave
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Create m-files in macbook

giorgio.denunzio
Do you mean that you do not know how to write paths in the MACOSX
environment?
Here are some examples:

/Volumes/Elements/PERFUSIONE/CODE    (the directory I need is on an
external USB disk called Elements)

/Users/Giorgio/Documents/MATLAB/MARINA  (the directory I want is a
subdirectory MATLAB/MARINA/ of my documents (as my OS is in Italian, I see
the "documents" directory as "Documenti" in the Finder).

Does this answer your question? Otherwise please will you be more specific
(perhaps you just need to know how to create folders...?)
Thanks
Giorgio

> Hi
>
> I installed octave for macbook, but I have no idea how to create a user
> path for m-files in octave. I need this to do my assignment due at the
> university.
> Can you please assist.
>
> Thanks
>
> Dionne Abrahams  | Vice President: Market Risk andTreasury |  Absa
> Internal Audit
> Tel +27 (0) 11 350 7164  |  Mobile +27 (0) 72 632 2186  |  E-mail
> [hidden email]<mailto:[hidden email]>
> Absa, 5th Floor, Absa Towers West, 15 Troye Street, Johannesburg, 2001
> absa.co.za
>
> P Please consider the environment before printing this email
>
> COMPANY CONFIDENTIAL
>
>
> Important Notice:
> Absa is an Authorised Financial Services Provider and Registered Credit
> Provider,
> registration number: NCRCP7. This e-mail and any files transmitted with it
> may
> contain information that is confidential, privileged or otherwise
> protected from
> disclosure. If you are not an intended recipient of this e-mail, do not
> duplicate
> or redistribute it by any means. Please delete it and any attachments and
> notify
> the sender that you have received it in error. Unless specifically
> indicated, this
> e-mail is not an offer to buy or sell or a solicitation to buy or sell any
> securities,
> investment products or other financial product or service, an official
> confirmation of
> any transaction, or an official statement of Absa. Any views or opinions
> presented
> are solely those of the author and do not necessarily represent those of
> Absa.
> This e-mail is subject to terms available at the following link:
> http://www.absa.co.za/disclaimer.
> The Disclaimer forms part of the content of this email. If you are unable
> to access
> the Disclaimer, send a blank e-mail to [hidden email] and we will
> send you a
> copy of the Disclaimer. By messaging with Absa you consent to the
> foregoing.
> By emailing Absa you consent to the terms herein. This email may relate to
> or be sent
> from other members of the Absa Group.
> _______________________________________________
> Help-octave mailing list
> [hidden email]
> https://mailman.cae.wisc.edu/listinfo/help-octave
>


_______________________________________________
Help-octave mailing list
[hidden email]
https://mailman.cae.wisc.edu/listinfo/help-octave
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Create m-files in macbook

Alexander Hansen-2
My interpretation was that the question refers to setting _Octave_ up to
look for .m files in specific locations, which would involve using the
path-handling functions in Octave, such as "addpath".  In that case,
running the following under Octave:

doc addpath

doc octaverc


will provide you with information about how to add directories to
Octave's path, and how to set things up so that Octave automatically
adds those paths when it starts up.

Again, it's best to be specific about what you want to know.
--Alex

On 3/5/13 8:15 AM, [hidden email] wrote:

> Do you mean that you do not know how to write paths in the MACOSX
> environment?
> Here are some examples:
>
> /Volumes/Elements/PERFUSIONE/CODE    (the directory I need is on an
> external USB disk called Elements)
>
> /Users/Giorgio/Documents/MATLAB/MARINA  (the directory I want is a
> subdirectory MATLAB/MARINA/ of my documents (as my OS is in Italian, I see
> the "documents" directory as "Documenti" in the Finder).
>
> Does this answer your question? Otherwise please will you be more specific
> (perhaps you just need to know how to create folders...?)
> Thanks
> Giorgio
>
>> Hi
>>
>> I installed octave for macbook, but I have no idea how to create a user
>> path for m-files in octave. I need this to do my assignment due at the
>> university.
>> Can you please assist.
>>


_______________________________________________
Help-octave mailing list
[hidden email]
https://mailman.cae.wisc.edu/listinfo/help-octave
Loading...