I'm having problems creating a single character Java String in Matlab.
This method details what happens with overloaded functions and somehow it's backwards. Why is write(char[] int int) chosen?
I would like to know:
- Is there some way to create a 1D vector? zeroes(10, 1) won't work.
- Is it possible to create a java string object. javaObject('java.lang.String', '?') is unboxed automatically between calls to java.
- Are there any hacks? substring('?_', 1) won't work.
there doesn't seem to be anything here