Answered
how to make a radio button selected and another radio button deselected by clicking one of the radio button
I think, this documentation will help you help uibuttongroup

9 years ago | 0

Answered
How to plot point x on a line
I agree that the question is a bit unclear. If you're wondering how to find and highlight the intersection point(s) between t...

9 years ago | 0

| accepted

Answered
How do I close Database toolbox connections?
You should be able to close the connection using the command: close(connectionObj) Also, the documentation might be usef...

9 years ago | 0

| accepted

Answered
exporting strings out of structure into a vector
Your Img_info variable is storing only the information of the last (nop-th) image, since it is outside the for loop.

9 years ago | 1

Answered
If loop giving me troubles
I agree with the previous comments. However, your problem is with the inappropriate use of assignment operator in the if-else l...

9 years ago | 0

| accepted