Borrar filtros
Borrar filtros

How to read from a variable excel cell?

1 visualización (últimos 30 días)
Jonathan Babitsch
Jonathan Babitsch el 24 de Jul. de 2020
Comentada: Jonathan Babitsch el 24 de Jul. de 2020
Hey everybody,
I have a question I don´t find a solution for...
How can i read from a variable excel cell?
I have a variable excel cell I need to read from.
Like for example it is in column A in excel, but now line 10 and in another case 20... And the exact line is calculated before and I want to read from the variable line?
Is that possible?
Thank you guys in advance!
Johnny

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Jul. de 2020
N = 55;
cellrange = sprintf('A%d:C%d', N, N);
Kmittelpunkt = xlsread('S:\AM-Design\WORK_Folder_Abschlussarbeiten_Kohler_Gerstadt_Babitsch\eigener_Aufbau\Spline.xlsx', 1, cellrange);
  1 comentario
Jonathan Babitsch
Jonathan Babitsch el 24 de Jul. de 2020
Great as always!!
Big thank you for your help, appreciate it!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by