how can i plot a simple circle having radius 8000???
Mostrar comentarios más antiguos
i want to construct a circle centered at ORIGIN havin radius 8000. I tried the code given in examples but it says that 'function definations are not permitted in this context'.So now what should i do???
1 comentario
Geoff Hayes
el 1 de Nov. de 2014
Mohini - in the future, if you are observing errors with your code, then post the code as well so that we can provide some guidance as to what to do to correct the problems (and/or reference the examples).
Respuesta aceptada
Más respuestas (2)
Jan
el 1 de Nov. de 2014
0 votos
The meaning of a "radius of 8000" is not clear, because you forgot to define the units. It matters, if you mean "data"-Units, such that the X-Tick labels are set to -8000 to 8000, of if you want it to be in cm or pixels.
The error message means, that you tried to insert the definition of a function in the command window or in a script. Functions can be defined in function files only, and such a function file can be recognized by the fact, that it starts with the term "function".
You can find a lot of corresponding threads in the forum, when you take the time to search for (a part of) the error message. It is recommended to search in a forum before asking a new -better: old- question.
Image Analyst
el 1 de Nov. de 2014
0 votos
It's worth checking the FAQ http://matlab.wikia.com/wiki/FAQ#How_do_I_create_a_circle.3F There is code in there to make circles and ellipses.
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!