photo

Mark Mikofski


DNV GL

Last seen: 1 year ago Active since 2011

Followers: 0   Following: 0

Modeling and optimizing solar energy.

Statistics

All
MATLAB Answers

1 Question
9 Answers

File Exchange

10 Files

Cody

0 Problems
13 Solutions

RANK
2,824
of 300,364

REPUTATION
22

CONTRIBUTIONS
1 Question
9 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
7

RANK
344 of 20,934

REPUTATION
4,579

AVERAGE RATING
4.70

CONTRIBUTIONS
10 Files

DOWNLOADS
83

ALL TIME DOWNLOADS
42249

RANK
32,573
of 168,407

CONTRIBUTIONS
0 Problems
13 Solutions

SCORE
140

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Which tool are you using to create the documentation of your MATLAB codes?
Try <https://pypi.python.org/pypi/sphinxcontrib-matlabdomain Sphinx MATLAB domain>, it's _free_ and it automatically generates d...

8 years ago | 2

Answered
Why are my Matlab settings included in CTF-file?
For any others that come across this, please use <http://www.mathworks.com/help/compiler/ismcc.html ismcc> to check if mcc compi...

11 years ago | 0

Answered
32bit and 64bit compilations
I've just noticed that R2014a no longer uses the same compopts.bat or mexopts.bat for both targets in AppData\Roaming\MathWorks\...

11 years ago | 2

Answered
Calculating average from data file?
You need to read in the first and last name, assuming that there are always just two names. patha = textscan(fid,'%s %s %...

12 years ago | 0

| accepted

Answered
Plot.i want my Y axis...
See help for <http://www.mathworks.com/help/releases/R2012a/techdoc/ref/ylim.html ylim> to set the y-axis limits: ylim([YMI...

13 years ago | 0

Answered
Deep copy of handle object?
This topic is covered in this MATLAB newsgroup post <http://www.mathworks.com/matlabcentral/newsreader/view_thread/257925 clone ...

13 years ago | 1

Answered
Matlab and Qt
* Don't use MATLAB, use <http://www.python.org/ Python> instead. * <http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQ...

13 years ago | 1

| accepted

Answered
VS 2010 express compiler Matlab shared libraries
From your link it appears that you are using MATLAB 2011a on Windows 7 x64. If this is not true please respond with your version...

13 years ago | 1

Answered
Why do I have to create empty object array before calling constructor in constructor?
When the constructor is called, it instantiates the object with any defaults given in the properties block ([] for any propertie...

14 years ago | 0

| accepted

Question


Why do I have to create empty object array before calling constructor in constructor?
If I call constructor in the workspace using MATLAB's cheap copies, I get an object array that is exactly what MATLAB's help doc...

14 years ago | 1 answer | 0

1

answer