Error using . Unrecognized table variable name 'load_g_'.
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Stephen23
2025-4-15
"How do I fix it?"
Make sure that BendingData contains a variable/column/field named load_g_.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!