Statistics
All
RANK
4,529
of 295,467
REPUTATION
11
CONTRIBUTIONS
2 Questions
5 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
4
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Is the Answers sections becoming a glorified Newsgroup?
I was under the impression that the Answers Forum and the Newsgroup Forum were to be two distinct entities. The Newsgroup a...
11 years ago | 2 answers | 1
2
answersAnswered
MATLAB 2012b Freeze in Mac OSX Mountain Lion
I am running 2012b on my MacBook pro, non-retina with no problems. Latest OS X, 10.8.4. Contact technical support for help.
MATLAB 2012b Freeze in Mac OSX Mountain Lion
I am running 2012b on my MacBook pro, non-retina with no problems. Latest OS X, 10.8.4. Contact technical support for help.
11 years ago | 0
Answered
How can I get MATLAB to solve a system of equations containing differential and algebraic equations?
See ODE15s documentation on this and you will want to define your mass matrix as being either constant or as a function call wit...
How can I get MATLAB to solve a system of equations containing differential and algebraic equations?
See ODE15s documentation on this and you will want to define your mass matrix as being either constant or as a function call wit...
11 years ago | 0
Answered
Create a moving average
If you have the financial toolbox, doc movavg().... [Short, Long] = movavg(Asset, Lead, Lag, Alpha)
Create a moving average
If you have the financial toolbox, doc movavg().... [Short, Long] = movavg(Asset, Lead, Lag, Alpha)
11 years ago | 1
Answered
Identifying Keywords in Strings strfind
I think you want to try regexp, regexpi and/or regexprep. In the Matlab documentation, this is under: Matlab > Language Fun...
Identifying Keywords in Strings strfind
I think you want to try regexp, regexpi and/or regexprep. In the Matlab documentation, this is under: Matlab > Language Fun...
11 years ago | 0
| accepted
Answered
Experimental data fitting from numerical solution of PDE in Matalab
This problem has been looked at in great detail by many. I recommend a group at Rutgers, led by Prof. Glasser. Their work look...
Experimental data fitting from numerical solution of PDE in Matalab
This problem has been looked at in great detail by many. I recommend a group at Rutgers, led by Prof. Glasser. Their work look...
13 years ago | 2
Question
MATLAB vs. Excel: Matlab seems to give better answer to exponential decay, anyone know why?
A co-worker of mine plotted the data (pHi1,alf) below in Excel and used the "add trendline" to fit the data. Excel returns "y = ...
13 years ago | 3 answers | 0