Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import data to matlab #91

Closed
jochenkrattenmacher opened this issue Apr 19, 2018 · 1 comment
Closed

Cannot import data to matlab #91

jochenkrattenmacher opened this issue Apr 19, 2018 · 1 comment
Labels

Comments

@jochenkrattenmacher
Copy link

Hello!

When I try to open data with matlab (a simple table with one column, which has a header "x" and a dozen numerical values), a matlab error occurs:

Error using cell Size vector should be a row vector with real elements. Error in hashmaputils>loadhashmap (line 158) vector = cell(vector); Error in hashmaputils (line 45) [kIn, columnNames] = loadhashmap(input.filePath, input.data);

When I catch the error and try to view the value of the 'vector' variable, I see the following:
Variable "vector" is inaccessible. When a variable appears on both sides of an assignment statement, the variable may become temporarily unavailable during processing.

I am using Matlab R2016b and Knime 3.5.3 (downloaded the matlab scripting extension within the GUI).

@fmeyenhofer
Copy link
Collaborator

c6a2707

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants