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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 2

| aceptada

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

más de 2 años hace | 0

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

casi 3 años hace | 0