help-octave
[Top][All Lists]
Advanced

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

Re: .MAT files cannot be loaded


From: Helios de Rosario
Subject: Re: .MAT files cannot be loaded
Date: Fri, 04 Dec 2015 11:14:51 +0100

>>> El día 04/12/2015 a las 5:06, Jonathan Camilleri
<address@hidden>
escribió:
> I cannot check
> 
> addpath(C:\Users\Administrator\Downloads)
> parse error:
> 
>   syntax error
> 
>>>> addpath(C:\Users\Administrator\Downloads)


Same as before. If you pay attention to the error message, you'll see
that there is a "syntax error".  So, you have wrote something wrong.

The point is: the argument of addpath is a string, so you should write
it between single quotation marks (double quotation marks will throw
another error in this case, because the backslashes will be interpreted
as part of escape sequences). The alternative is use the the "command
syntax", without parentheses.

So either:

> addpath C:\Users\Administrator\Downloads

or:

> addpath('C:\Users\Administrator\Downloads')

or (if you prefer double quotes):

> addpath("C:\\Users\\Administrator\\Downloads")

or even:

> addpath("C:/Users/Administrator/Downloads")


Helios De Rosario

> 
> On 3 December 2015 at 21:58, Tasos Papastylianou
<address@hidden 
>> wrote:
> 
>> Dear Jonathan,
>>
>> What error did this give you?
>> On 3 Dec 2015 11:36, Jonathan Camilleri <address@hidden>
wrote:
>> Octave does not appear to have the function to parse .mat files as
yet.  I
>> cannot access the bug tracker sorry.
>>
>> For example, I tried:
>> load('part1..mat) %file created using MATLab on an MacOS
>>
>> Source of data - http://archive.ics.uci.edu/ml 
>>
>> Regards,
>>
>> --
>> Jonathan Camilleri
>>
>> Mobile (MT): ++356 7982 7113
>> E-mail: address@hidden 
>> Please consider your environmental responsibility before printing
this
>> e-mail.
>>
>> I usually reply to emails within 2 business days.  If it's urgent,
give me
>> a call.
>>
>>
> 
> 
> -- 
> Jonathan Camilleri
> 
> Mobile (MT): ++356 7982 7113
> E-mail: address@hidden 
> Please consider your environmental responsibility before printing
this
> e-mail.
> 
> I usually reply to emails within 2 business days.  If it's urgent,
give me
> a call.
> 
> Corruption Today
>
https://www.facebook.com/pages/Corruption-Today/706703549351339?ref=hl

> Politics Today
> https://www.facebook.com/pages/Politics-Today/470615003080994?ref=hl

> Business Services
https://www.facebook.com/jonbusinessservices?ref=hl,
> and, angel start-up investment opportunities available at
> http://slyth3.wix.com/jon-business.
> Crime Today
> https://www.facebook.com/pages/Crime-Today/230227330509126?ref=hl 
> Donation page https://www.facebook.com/DonateToJonathan?ref=hl 
> Vision Engineering
>
https://www.facebook.com/pages/Vision-Engineering-Operations/694816873919304

> ?ref=hl
> Vintage Malta https://www.facebook.com/VintageMalta?ref=hl 
> Healthy Living
>
https://www.facebook.com/pages/Healthy-Living/1573013592917689?fref=ts

> Animal Protection
>
https://www.facebook.com/pages/Animal-protection/751825621519091?ref=hl

> Techy News
> https://www.facebook.com/Techy-News-548957768563392/?fref=ts 
> Online resume is available online at
> http://mt.linkedin.com/in/jonathancamilleri and shared bookmarks at
> https://delicious.com/jon80.
> *Doing business in Malta *-
>
https://www.gov.mt/en/About%20Malta/Doing%20Business%20in%20Malta/Pages/Doin

> g-Business-in-Malta.aspx,
> presented by the Government of Malta.
> http://www.ccmalta.com/doing-business-in-malta/, presented by CC
Advocates.
> http://www.doingbusiness.org/data/exploreeconomies/malta.
>
http://www.kpmg.com/MT/en/IssuesAndInsights/Doing%20Business%20in%20Malta/Do

> cuments/KPMG%20Tax%20Report.pdf,
> prepared by KPMG.

INSTITUTO DE BIOMECÁNICA
Universitat Politècnica de València • Edificio 9C
Camino de Vera s/n • 46022 VALENCIA (ESPAÑA)
Tel. +34 961111170- +34 610567200 • Fax +34 96 387 91 69
www.ibv.org

Antes de imprimir este e-mail piense bien si es necesario hacerlo.
En cumplimiento de la Ley Orgánica 15/1999 reguladora de la Protección
de Datos de Carácter Personal, le informamos de que el presente mensaje
contiene información confidencial, siendo para uso exclusivo del
destinatario arriba indicado. En caso de no ser usted el destinatario
del mismo le informamos que su recepción no le autoriza a su divulgación
o reproducción por cualquier medio, debiendo destruirlo de inmediato,
rogándole lo notifique al remitente.





reply via email to

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