Respondida
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...

más de 7 años hace | 0

| aceptada

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

| aceptada

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

| aceptada

Respondida
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...

más de 7 años hace | 0

Respondida
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 ...

más de 7 años hace | 0