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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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.
7년 초과 전
문제를 풀었습니다
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...
7년 초과 전
