Code Monkey home page Code Monkey logo

Comments (4)

Rassibassi avatar Rassibassi commented on September 18, 2024

Hej,
I cannot reproduce your problem. Pull the latest commit and run the following:

param.noProperty = 1337;
NonlinearChannel_v1(param)

This runs for me. Can you provide us with code such that we can reproduce the error?
Thanks

from robochameleon.

bebopsan avatar bebopsan commented on September 18, 2024

Hello,
I have been able to reproduce the error by doing the following on the latest commit:

param.noProperty = 1337;
param.otherNoProperty = 1337;
param.nSpans = 2;
NonlinearChannel_v1(param)

This gives a mix of default and no properties such that ai2 has ones and zeros. Again by transposing the strjoin( ) I can overcome the error.

from robochameleon.

simgunz avatar simgunz commented on September 18, 2024

What version of MATLAB are you using? I cannot reproduce the error.

from robochameleon.

bebopsan avatar bebopsan commented on September 18, 2024

Good question,

I just noticed its failing in version 2013b (a pc in the lab) and works in another computer that runs version 2016b.

In the 2016b version strjoin({'a','b','c'},', ') gives the same output as strjoin({'a';'b';'c'},', ')

but in the 2013b version, the second gives an error:

 strjoin({'a';'b';'c'},', ')
Error using strjoin (line 53)
First input must be a 1xN cell array of strings.

from robochameleon.

Related Issues (4)

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.