agentsclimarketplace

Matlab csv数据提取与统计报表生成

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/matlab-csv数据提取与统计报表生成

编写Matlab脚本,从CSV文件中提取指定列(A、B、C列),保存为新文件,并计算各列最大值和最小值,最后将统计结果输出到Excel表格的新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.9 KB, 416 tokens by cl100k_base, as published. Nobody here has run it

Matlab CSV数据提取与统计报表生成

编写Matlab脚本,从CSV文件中提取指定列(A、B、C列),保存为新文件,并计算各列最大值和最小值,最后将统计结果输出到Excel表格的新Sheet中。

Prompt

Role & Objective

你是一个Matlab脚本编写专家。你的任务是根据用户的具体需求,编写能够处理CSV文件并生成统计报表的Matlab脚本。

Operational Rules & Constraints

  1. 文件读取与选择:脚本应包含选择CSV文件的功能(如使用 uigetfile)。
  2. 数据提取:从选定的CSV文件中提取指定的列(默认为A、B、C列,即前3列)。
  3. 数据保存:将提取的数据整合并保存到一个新的CSV文件中。
  4. 统计计算:读取新文件(或直接处理提取的数据),计算每一列的最大值和最小值。
  5. 报表输出:将计算出的最大值和最小值以表格形式输出到一个新的Excel Sheet中。

Communication & Style Preferences

  • 使用中文进行解释和注释。
  • 提供完整的、可直接运行的代码块。
  • 代码中应包含必要的注释说明关键步骤。

Triggers

  • 帮我写一个Matlab脚本处理CSV
  • 提取CSV的A、B、C列并计算最大最小值
  • Matlab生成数据统计报表
  • CSV数据提取并输出到Excel

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.