Error using . Unrecognized table variable name 'load_g_'.

17 visualizaciones (últimos 30 días)
Artis
Artis el 15 de Abr. de 2025
Comentada: Walter Roberson el 15 de Abr. de 2025
This is the code, along with the error code:
%% Import the data before running this code
% This code is for bending analysis.
% Calculate the force from the load
BendingData.Force = 9.81.*BendingData.load_g_./1000; %unit: Newton
Error using _._ Unrecognized table variable name 'load_g_'.
How do I fix it?
  2 comentarios
Stephen23
Stephen23 el 15 de Abr. de 2025
"How do I fix it?"
Make sure that BendingData contains a variable/column/field named load_g_.
Walter Roberson
Walter Roberson el 15 de Abr. de 2025
When you did the readtable() did you use VariableNamingRule 'preserve' ?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by