フィルターのクリア

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 ビュー (過去 30 日間)
confused on 'string manipulating functions"

回答 (2 件)

John D'Errico
John D'Errico 2014 年 3 月 17 日
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 2014 年 3 月 18 日
It's really trivial. Simply use sprintf().

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by