Answered
Why does imshow change position of a figure?
Hi LucasH, The "imshow" will modify the figure size based on the image size. To change the figure position, use the "Position...

4 years ago | 0

Answered
plotting an ode.
Hi John, Refer to the 2nd Order van der Pol ODE example in the ode45 documentation.

4 years ago | 0

Answered
Paste figure from vector graphics clipboard
Hi Benjamin, "clipboard('paste')" and "clipboard('specialpaste')" are used to paste the text data on to MATLAB. Pasting Vect...

4 years ago | 2

| accepted

Answered
How to make a loop that will find common elements between many arrays of strings, and omit the arrays that have already been compared?
Hi Gemma, The following code helps in converting the table to array of M*N with each row corresponding to the table row A = ...

4 years ago | 0

Answered
How to call an existing function 3 three times by creating an another function?
Hi Praneethi, function function_name() for i = 1:3 % using a for loop to call the function gui_changed_color(...

4 years ago | 0