\documentclass{article}
\usepackage{longtable}
\usepackage[table]{xcolor}
\begin{document}
    We put the data of 42 monitoring points of each person into the training model and record their weights respectively. The top 15 weights with the highest contribution rate were selected. Then we make up 25 features which can affect the body's balance by using the seweights.

    \newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}}  
    \begin{table}[h]
        \centering
        \caption{Composition Analysis of Equilibrium Characteristic}
        \begin{longtable}{|c|c|c|p{8cm}<{\centering}|}
            \hline
            & \textbf{Balance features} & \textbf{Monitoring points} & \textbf{Description}\\
            \hline
            1&Step length&36,37&\tabincell{l}{length means that the distance between one side \\of the foot following the ground and the next\\ side\ following the ground, have individual\\ difference, basically concern with the mobile\\range of leg length, hip joint and knee joint, \\have the cent of right and left lower limbs}\\
            \hline
            2&Stride length&34,35,36,37&\tabincell{l}{In one step cycle, the distance from the \\coordinate position of a unilateral foot print to \\the forward and back ward direction of the next \\foot print on the same side}\\
            \hline
            3&Step width&34,35,36,37&\tabincell{l}{Step width refers to the distance between the \\center linesof the feet on both sides in walking.\\The calculation method isthe distance from the \\center of the foot print on one side to the center \\of the footprint on the opposite side along the X-\\axis in a gait cycle}\\
            \hline
            4&Step speed&34,35,36,37&\tabincell{l}{Step speed refers to the distance traveled per unit\\ of time, which measures the speed of walking.\\The test method is to measure the distance \\travele\ and the time by the footpath, and then\\ calculate the ratio}\\
            \hline
            5&Left support phase&35,37&\tabincell{l}{The left supporting phase is the time when the \\left lower limb contacts the ground in a gait \\cycle. The calculation method is that the time \\when the left lower limb leaves the ground at the \\NTH step minus the time when the left lower \\limb lands
            }\\
            \hline
            6&Oscillating phase&35,37&\tabincell{l}{Swing refers to the period of time in which a \\single lower limb swings in the air in a gait cycle.\\ The calculation method is that the moment of \\landing of a single lower limb minus the moment\\ of leaving the ground of the previous step
            }\\
            \hline
        \end{longtable}
    \end{table}
\end{document}

1 回答1

1
麻烦你修改一下你提供的 MWE,把全部代码扔到代码块
  • 非常感谢! – zsure 2019-11-14 21:44 回复
  • 回复 undefined :确实是这个问题 我在百度上搜到有人这么用我才用的 居然不能行 谢谢啦 – zsure 2019-11-14 21:44 回复
  • 回复 undefined :我记得 longtable 不能用 table 浮动体…… – 啸行 2019-11-14 21:37 回复
  • 可以了 谢谢 – zsure 2019-11-14 21:27 回复
  • 回复 undefined :是不是可以编辑问题?如果可以编辑的话,在编辑器的按钮处找代码块,选择语言是 TeX,然后粘贴进去你的代码 – 啸行 2019-11-14 21:22 回复
  • ……不好意思我不会啊 – zsure 2019-11-14 21:17 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。