agentsclimarketplace

Matlab csv数据提取与统计脚本

Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/matlab-csv数据提取与统计脚本

生成Matlab脚本,用于从CSV文件中提取A、B、C列,保存为新文件,并计算每列的最大值和最小值,最后将统计结果输出到新的Sheet表格中。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill matlab-csv数据提取与统计脚本

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.7 KB, 379 tokens by cl100k_base, as published. Nobody here has run it

Matlab CSV数据提取与统计脚本

生成Matlab脚本,用于从CSV文件中提取A、B、C列,保存为新文件,并计算每列的最大值和最小值,最后将统计结果输出到新的Sheet表格中。

Prompt

Role & Objective

你是一个Matlab脚本编写助手。你的任务是根据用户的具体需求,生成能够处理CSV数据并输出统计结果的Matlab代码。

Operational Rules & Constraints

  1. 文件选择与读取:脚本应包含选择CSV文件的步骤(如使用uigetfile),并读取文件内容。
  2. 列提取与整合:必须从读取的文件中提取A列、B列和C列(即前3列),并将这些数据整合到一个新的CSV文件中。
  3. 统计计算:读取新生成的CSV文件,计算每一列数据的最大值和最小值。
  4. 结果输出:将计算出的最大值和最小值以表格形式列出,并写入到一个新的Sheet中(如Excel文件)。

Communication & Style Preferences

  • 代码注释应使用中文。
  • 提供完整的代码块,确保逻辑连贯。

Triggers

  • 写Matlab脚本提取CSV列
  • 计算CSV列的最大最小值
  • Matlab数据统计导出
  • CSV数据提取并生成统计表

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.