photo

Carlo Dipus


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I'm making a code for calculating the area and perimeter of the circle, with plotting, this uses GUI, Is my code correct?
function varargout = AREAANDPERIMETERSOLVER(varargin) % AREAANDPERIMETERSOLVER MATLAB code for AREAANDPERIMETERSOLVER.fig % ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


i cant seem to find the problem here, I am trying to plot a circle in the axes in GUI and the code only outputs lines.
edit1 = str2num(get(handles.edit1, 'String')); edit3 = str2num(get(handles.edit2, 'String')); x = edit1:edit3 ; y = x.^2 - 2 ; a...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I plot a circle with a given radius and perimeter with the use of GUI,
How to plot circles, using GUI

más de 3 años hace | 2 respuestas | 0

2

respuestas