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 views (last 30 days)
confused on 'string manipulating functions"

Answers (2)

John D'Errico
John D'Errico on 17 Mar 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 on 18 Mar 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!