#147 ✓resolved
Christopher Stawarz

MATLAB functions should support relative paths to input files

Reported by Christopher Stawarz | June 2nd, 2016 @ 01:18 PM

Comments and changes to this ticket

  • Christopher Stawarz

    Christopher Stawarz August 23rd, 2016 @ 01:49 PM

    • State changed from “open” to “resolved”

    Looks like they already do:

    >> pwd
    
    ans =
    
    /Users/cstawarz/Documents/MATLAB
    
    >> e = getEvents('../MWorks/Data/foo.mwk')
    
    e = 
    
    1x1062 struct array with fields:
    
        event_code
        time_us
        data
    
    >> c = getCodecs('../MWorks/Data/foo.mwk')
    
    c = 
    
        time_us: 16468656
          codec: [1x34 struct]
    

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

The core framework and supporting libraries for the MWorks Suite

People watching this ticket

Pages