Feeds
질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
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(...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 2 | 1
2
답변질문
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 ...
10년 초과 전 | 답변 수: 1 | 0