Input vector from readxls into a function and plot
Mostrar comentarios más antiguos
Hi
i Have this function
function Vl=varmelackage(tempU)
tempU=xlsread('temperatur.xlsx','D3290:D3654')
h=24
l=2*10^6
tempIn=22
Vl=(h*l)/(tempIn-tempU)
end
i would now like to both be able to retun all function values corresponding to each value in the table "temperatur.xlsx", and i would also like to plot the function. How do i do this?
Respuestas (1)
KSSV
el 29 de Nov. de 2018
0 votos
Read about readtable
1 comentario
Maximilian Jatzkowski
el 29 de Nov. de 2018
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!