photo

Gökay Tunç


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
36,245
of 300,369

REPUTATION
1

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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...

10 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...

10 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...

10 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(...

10 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...

10 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 ...

10 years ago | 1 answer | 0

1

answer