Code Monkey home page Code Monkey logo

Comments (7)

arokem avatar arokem commented on May 22, 2024

How about we ship our own?

http://stackoverflow.com/questions/14933237/which-version-of-matlab-introduced-isrow-and-iscolumn-functions

On Mon, Aug 18, 2014 at 4:30 PM, eendebakpt [email protected]
wrote:

The function isrow is not available on older Matlab versions.


Reply to this email directly or view it on GitHub
#81.

from python-matlab-bridge.

blink1073 avatar blink1073 commented on May 22, 2024

FYI, this results in the following warning:

    [Warning: Function isrow has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
    [> In path at 110
    In addpath at 87
    In pymat_eval at 38
    In matlabserver at 27]

from python-matlab-bridge.

arokem avatar arokem commented on May 22, 2024

Hmm. Any suggestions how to deal with this? isrow was apparently introduced in 2011, so we could require that as a minimum, but this warning seems like a small price to pay.

from python-matlab-bridge.

isbadawi avatar isbadawi commented on May 22, 2024

This might be kind of clunky, but you could add it to the path conditionally. Right now everything under matlab/ is added to the path, but you could have a directory that you only add if exist('isrow') is not 0 (and maybe generalize the logic for different builtins that you might decide to ship).

from python-matlab-bridge.

blink1073 avatar blink1073 commented on May 22, 2024

You could suppress warnings while adding that path: warning('off','all').

from python-matlab-bridge.

arokem avatar arokem commented on May 22, 2024

I think that's probably a better way than selectively adding different
paths. Would you mind making a PR with that?

On Fri, Oct 31, 2014 at 11:23 AM, Steven Silvester <[email protected]

wrote:

You could suppress warnings while adding that path: warning('off','all').


Reply to this email directly or view it on GitHub
#81 (comment)
.

from python-matlab-bridge.

blink1073 avatar blink1073 commented on May 22, 2024

Closed by #93.

from python-matlab-bridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.