Community Profile

photo

Gökay Tunç


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to uninstall toolboxes on Mac OS?
I install full version of MATLAB R2015b. Now, I want to uninstall some toolboxes that I don't need, but I cannot find the way of...

8 years ago | 1 answer | 0

1

answer

Question


I want to save figures from script. I have tried "savefig" and "saveas" but these commands don't work in R2011b. How can I solve this problem?
I want to save figures from script. I have tried "savefig" and "saveas" but these commands don't work in R2011b. How can I solve...

8 years ago | 1 answer | 0

1

answer

Question


Parameter Estimation for second order battery: I am trying to fill lookup tables for R1, C1, R2, and C2. Lookup tables depends on SoC and Temperature value. For now, I am only sending temperature as 20 celcius and generating SoC from input current.
Parameter Estimation for second order battery: I am trying to fill lookup tables for R1, C1, R2, and C2. Lookup tables depends o...

8 years ago | 2 answers | 0

2

answers

Question


I used "uigetdir" in a GUI and want that folder window starts from directory of m file of the GUI. I changed current directory by mfilepath and cd commands but it did not work. How can achieve this?
I used following script to obtain m file directory and to change current directory: p = mfilename('fullpath'); s = find(...

8 years ago | 1 answer | 0

1

answer

Question


Is there any way of shaping inputdlg in GUI?
I have to read inputs from a popup window and system needs nearly 20 input. So, if I use "inputdlg" directly, it does not fit th...

9 years ago | 2 answers | 1

2

answers

Question


How can I display an image when GUI is opened from windows explorer with .fig file?
I am trying to add a logo in GUI. Logo is displayed when GUI's .m file is run from editor but it doesn't appear when I open GUI ...

9 years ago | 1 answer | 0

1

answer