Borrar filtros
Borrar filtros

How to plot a graphic 2 d

1 visualización (últimos 30 días)
Skydriver
Skydriver el 4 de Jun. de 2020
Comentada: Skydriver el 4 de Jun. de 2020
I have a challeng to plot my reseacrh data.
Herewith in the attachment my plot data in excel (inside this file and I also show an example the figure that I want to make plot). I also attachment my coding.
I will appreciate if there some one can help me to solve my challange to make plot like in the excel file.
Thank you

Respuesta aceptada

KSSV
KSSV el 4 de Jun. de 2020
It is a simple scatter plot and a curve is fit to the data. To achieve the plot read about the following functions:
  1. Load data into MATLAV using xlsread or readtable.
  2. Plot the data by markers using either scatter or plot.
  3. You can fit the curve/ polynomial using poly or cftool.
  1 comentario
Skydriver
Skydriver el 4 de Jun. de 2020
In my plot will not talk about regreesion or fitting process but little bit more about plot th data with additional text in each layer. I don't know about how to positionin gthe text between each line and why I can't no plot x1,y1 and x2,y2

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by