필터 지우기
필터 지우기

Is there a way to save what you do in a toolbox as a script?

조회 수: 2 (최근 30일)
farzad
farzad 2015년 2월 14일
댓글: PeteNW 2018년 12월 23일
Hi All
PLEASE ONLY ANSWER , DO NOT COMMENT ; I AM BUSY AND NEED Notification
if I do not want to use directly a toolbox and want to know what are the scripts that make that toolbox run , I should record what I am doing on the toolbox , so there should be a way to save something like a macro , this is possible in some softwares like CATIA and Abaqus , is the same thing possible in MATLAB ?
  댓글 수: 2
John D'Errico
John D'Errico 2015년 2월 14일
t is a good thing that none of us are busy like you. It must be nice to be so important.
It is time for you to learn how to use m-files, a fundamental concept of MATLAB. They allow you to write the scripts you so desire to build.
farzad
farzad 2015년 2월 14일
you've got me wrong , I did not get noticed when you commented , despite your comment had no use for me ,sorry but thanks anyway

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2015년 2월 14일
All the steps you do are recorded in the history panel. You can copy lines out of it and paste into a regular editor m-file window if you want to save it as a standalone m-file.
  댓글 수: 8
Image Analyst
Image Analyst 2018년 12월 23일
Well to do what I said, you'd need to have the source code, and know what the function names were. If you have, basically a black box, then I don't think there is a way to log what functions are called, unless possibly you can run one of the reports that determine coverage. Click the little down arrow on the title bar of the Current Folder panel and see what reports you can generate.
PeteNW
PeteNW 2018년 12월 23일
Okay, I'll try this. Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by