Borrar filtros
Borrar filtros

Write a script that will first initialize a string variable that will store x and y coordinates of a point in the form ‘x 3.1 y 6.4’. Then, use string manipulating functions to extract the coordinates and plot the point.

2 visualizaciones (últimos 30 días)
confused on 'string manipulating functions"

Respuestas (2)

John D'Errico
John D'Errico el 17 de Mzo. de 2014
Why is "plot" a tag here? Your question has nothing to do with that.
help strfun
Start there. Look at the functions in that set, and see which ones may help you. But really, START WRITING. Make an effort. Try something, as there are at least 3 different ways I can think of to do this.
Play. Get your hands dirty. So far, it looks like you just gave up.

Image Analyst
Image Analyst el 18 de Mzo. de 2014
It's really trivial. Simply use sprintf().

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by