Feeds
提问
Wrong function interpretation on App Designer
I tried to use the function "encode" in order to create matrix of n-gram counts. newValidationdata = preprocessText(app, app.UI...
6 years 前 | 2 个回答 | 0
2
个回答提问
Encode function not enough input arguments error in App Designer but works fine in MATLAB script
I was trying to write a GUI for text classification by app designer. I've also written a script (.m file) to do the basic functi...
6 years 前 | 0 个回答 | 0
0
个回答已解决
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
8 years 前
已解决
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
8 years 前
