Creating a coordinate basis with equally spaced points?

2 vues (au cours des 30 derniers jours)
matlabkid602
matlabkid602 le 28 Juil 2017
Commenté : matlabkid602 le 28 Juil 2017
Hi. I am trying to create a coordinate basis that has dimensions in x and y axis from 0 to 30.
I am looking for a piece of code that given a number N, will create an X-Y data column of length N of equally spaced points?
How can I do this?
  2 commentaires
John D'Errico
John D'Errico le 28 Juil 2017
What have you tried? Have you looked at meshgrid (or ndgrid)? Would that get you a good part of the way there?
matlabkid602
matlabkid602 le 28 Juil 2017
I've tried creating linspace vectors but the way my function works is, I need the coordinates in a vector table structure not a meshgrid.

Connectez-vous pour commenter.

Réponse acceptée

Steven Lord
Steven Lord le 28 Juil 2017
I believe the linspace and meshgrid functions will be of use to you.
  1 commentaire
matlabkid602
matlabkid602 le 28 Juil 2017
Okay I've solved it, thank you for the suggestion :))

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by