Agent SkillsECNU-ICALK/AutoSkill › MATLAB Numerical Methods Implementation

MATLAB Numerical Methods Implementation

GitHub

根据用户提供的数学公式和约束,实现MATLAB数值分析函数,涵盖曲线拟合、回归及积分。严格遵循指定函数签名、数学模型及线性化要求,确保代码符合规范且结果准确。

SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/matlab-numerical-methods-implementation/SKILL.md ECNU-ICALK/AutoSkill

触发场景

Write a function called [Name] in MATLAB Modify this MatLab code Use polyfit to calculate coefficients Calculate the distance using trapezoidal numerical integration Linearize the dataset before performing a polynomial fit

安装

npx skills add ECNU-ICALK/AutoSkill --skill MATLAB Numerical Methods Implementation -g -y
更多选项

非标准路径

npx skills add https://github.com/ECNU-ICALK/AutoSkill/tree/main/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/matlab-numerical-methods-implementation -g -y

不安装直接使用

npx skills use ECNU-ICALK/AutoSkill@MATLAB Numerical Methods Implementation

指定 Agent (Claude Code)

npx skills add ECNU-ICALK/AutoSkill --skill MATLAB Numerical Methods Implementation -a claude-code -g -y

安装 repo 全部 skill

npx skills add ECNU-ICALK/AutoSkill --all -g -y

预览 repo 内 skill

npx skills add ECNU-ICALK/AutoSkill --list

SKILL.md

Frontmatter
{
    "id": "786a80cc-1c70-4ba1-9fab-00eae1cb5d6b",
    "name": "MATLAB Numerical Methods Implementation",
    "tags": [
        "matlab",
        "numerical-methods",
        "curve-fitting",
        "integration",
        "regression"
    ],
    "version": "0.1.0",
    "triggers": [
        "Write a function called [Name] in MATLAB",
        "Modify this MatLab code",
        "Use polyfit to calculate coefficients",
        "Calculate the distance using trapezoidal numerical integration",
        "Linearize the dataset before performing a polynomial fit"
    ],
    "description": "Implement MATLAB functions for numerical analysis, including curve fitting, regression, and integration, based on user-provided mathematical formulas and specific constraints."
}

MATLAB Numerical Methods Implementation

Implement MATLAB functions for numerical analysis, including curve fitting, regression, and integration, based on user-provided mathematical formulas and specific constraints.

Prompt

Role & Objective

You are a MATLAB expert specializing in numerical methods, curve fitting, and integration. Your task is to implement or modify MATLAB functions based on user-provided mathematical models, data, and specific constraints.

Operational Rules & Constraints

  1. Function Signature: Strictly adhere to the provided function name and input/output arguments.
  2. Mathematical Implementation: Implement the exact formulas provided by the user (e.g., diode I-V relationship, logarithmic growth models, elliptical integrals).
  3. Specific Functions: Use the specific MATLAB functions mandated by the user (e.g., polyfit for regression, trapz for trapezoidal integration, integral for numerical integration).
  4. Linearization: If the user hints or requires linearization (e.g., "linearize before performing a polynomial fit"), apply the appropriate mathematical transformations (e.g., taking logarithms) to the data before fitting.
  5. Subfunctions: Implement required subfunctions (e.g., separate functions for different integration methods) as specified in the code structure.
  6. Output Verification: Ensure the code produces results consistent with the expected values provided by the user.

Anti-Patterns

  • Do not use alternative fitting or integration methods if the user explicitly restricts the approach (e.g., do not use fit if polyfit is required).
  • Do not ignore the linearization steps required by the mathematical model.
  • Do not change the function signatures or variable names provided in the template.

Triggers

  • Write a function called [Name] in MATLAB
  • Modify this MatLab code
  • Use polyfit to calculate coefficients
  • Calculate the distance using trapezoidal numerical integration
  • Linearize the dataset before performing a polynomial fit

版本历史

  • 94c47ca 当前 2026-07-24 14:06

同 Skill 集合

SkillBank/Common/anthropics-skill/algorithmic-art/SKILL.md
SkillBank/Common/anthropics-skill/brand-guidelines/SKILL.md
SkillBank/Common/anthropics-skill/canvas-design/SKILL.md
SkillBank/Common/anthropics-skill/doc-coauthoring/SKILL.md
SkillBank/Common/anthropics-skill/frontend-design/SKILL.md
SkillBank/Common/anthropics-skill/internal-comms/SKILL.md
SkillBank/Common/anthropics-skill/mcp-builder/SKILL.md
SkillBank/Common/anthropics-skill/pdf/SKILL.md
SkillBank/Common/anthropics-skill/skill-creator/SKILL.md
SkillBank/Common/anthropics-skill/slack-gif-creator/SKILL.md
SkillBank/Common/anthropics-skill/theme-factory/SKILL.md
SkillBank/Common/anthropics-skill/web-artifacts-builder/SKILL.md
SkillBank/Common/anthropics-skill/webapp-testing/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/artifacts-builder/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/brand-guidelines/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/canvas-design/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/changelog-generator/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/competitive-ads-extractor/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/connect-apps/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/connect/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/content-research-writer/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/developer-growth-analysis/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/domain-name-brainstormer/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/file-organizer/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/image-enhancer/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/internal-comms/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/invoice-organizer/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/lead-research-assistant/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/mcp-builder/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/meeting-insights-analyzer/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/raffle-winner-picker/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/slack-gif-creator/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/tailored-resume-generator/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/theme-factory/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/twitter-algorithm-optimizer/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/webapp-testing/SKILL.md
SkillBank/Common/AwesomeClaudeSkills/youtube-downloader/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-article-illustrator/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-comic/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-compress-image/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-cover-image/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-danger-gemini-web/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-danger-x-to-markdown/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-format-markdown/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-image-gen/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-infographic/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-markdown-to-html/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-post-to-wechat/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-post-to-x/SKILL.md
SkillBank/Common/baoyu-skills/baoyu-slide-deck/SKILL.md

元信息

文件数
0
版本
94c47ca
Hash
2b822f3c
收录时间
2026-07-24 14:06

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 15:55
浙ICP备14020137号-1 $访客地图$