Answered
How to change the decimal separator of abbreviated axes ticks?
I work in MathWorks Technical Support, and the developers have been notified of your feature request. They will consider adding ...

meer dan 8 jaar ago | 1

| accepted

Answered
How can I interpolate geographic data?
In the latest release (R2017a) there is a "geointerp" function that may help. Here is a link to the documentation page: <htt...

meer dan 8 jaar ago | 1

Answered
How would one go about trimming a matrix graphically?
You could accomplish this using the 'KeyPressFcn' figure callback: <https://www.mathworks.com/help/matlab/ref/figure-properti...

meer dan 8 jaar ago | 0

| accepted

Answered
creating a cell array for classifying images using the trained stacked autoencoders
Since you have so many images, I recommend checking out "ImageDatastore". You input a path to a folder of images and it will not...

meer dan 8 jaar ago | 0

Answered
How do I vary the color of a line with time when the X and Y data overlap?
The documentation for "patch" has an example on how to create a multicolored line. It works by setting the last entry of y to Na...

meer dan 8 jaar ago | 0

Answered
How can I plot the the liklihood Function to show convergence to MLE
I believe that "fplot" did not work because it is expecting a function handle. Because I am unable to run the code that you prov...

meer dan 8 jaar ago | 0

| accepted

Answered
How can i convert text to speech for kannada language ?
There isn't a built-in function in MATLAB to do this. However, I found the following file exchange submissions that may be usefu...

meer dan 8 jaar ago | 0

Answered
Image Mask for Image Matting
Since the file exchange submission has the contact information of the author, you can try contacting them directly. It looks lik...

meer dan 8 jaar ago | 0

| accepted

Answered
How can i binarization of focal area of the image?
You can binarize the image using the "imbinarize" function. You can see more details on this function here: <https://www.math...

meer dan 8 jaar ago | 0

Answered
Use Pie in App? - UIAxes
The uiaxes in App Designer does not yet support "patch" objects as of R2017a. One way to work around this limitation is to ...

meer dan 8 jaar ago | 0