Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有任何方法可以以这种方式创建 X 轴。
X axis like this way *0, 100, 200, 300,400, 500, 400,300,200,100. 0
您可以将标签设置为这样的刻度
设置(gca,'XTickLabel',{'1','2','3','2','1'})。
请参阅此处“指定刻度标记位置和标签”下的示例
我有一个网站,显示来自存储在数据库中的用户的按摩。我想要的是当我单击每条消息旁边的回复链接时,必须加载一个新页面,并且必须填写每条消息的详细信息以及如何在循环后获取特定行的特定数据。
<?php $dbcon=mysqli_connect("localhost