change function to script to save variables

2 次查看(过去 30 天)
HI
I need to convert the followoing code MinInversion.m to non-functions criopt, so that i can see its variables.
Especaially I like to see the variable X .It is GUI based code, so here is the link to how to use this script. The clicking instructoin are in the supplementary folder.This is an oil and gas well log data.
Please see link to code.
http://www.mdpi.com/2076-3263/8/2/65/s1
thanks
sal
  2 个评论
Matt Gaidica
Matt Gaidica 2020-12-19
Sal, are you sure you want a script? I think the fastest way would be to use breakpoints where X appears. Alternatively, you could modify the functions so they include X as a return value and then follow it through your application.
salman abbasi
salman abbasi 2020-12-19
Thanks Matt
I tried to make X as global variable and tries to make it as output variable.
But it doesnt work and gives error.

请先登录,再进行评论。

回答(1 个)

Cris LaPierre
Cris LaPierre 2020-12-19
This is a gui (created in GUIDE). You cannot change it to a script without breaking the gui.
Perhaps this post will help you?
  4 个评论
Cris LaPierre
Cris LaPierre 2020-12-19
编辑:Cris LaPierre 2020-12-19
Then I would suggest reaching out to the designated author for help.
I see the license allows for modification, so you might also consider this MATLAB Guide tutorial.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Create Large-Scale Model Components 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by