mutt
Mulvaney Capital Management
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
8.622
of 295.467
REPUTATION
5
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
5
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
Question
How do I extract a vector of results from a map?
Suppose: X=[1 3 4 7 14]; Y=[0.4 6.2 5.1 0.9 3.8]; myMap=containers.Map(X,Y); I can write myMap(4) and get the expected...
meer dan 11 jaar ago | 1 answer | 1
1
answerQuestion
Series generated by recursive formula
Suppose each value in a series depends on its immediate predecessor, say, x(n) == j*x(n-1) + k*y(n) What is the most effici...
bijna 12 jaar ago | 2 answers | 0
2
answersQuestion
Performance using temporary boolean filter
In a situation where I need to use a logical filter (simply a vector of logical) 3 times in succession, am I likely to get a per...
bijna 12 jaar ago | 2 answers | 0
2
answersQuestion
For loop versus Matrix notation
Can this be simplified to use a matrix expression instead of a for loop?: X=[1 5.4; 1 6.3; 2 4.8; 3 7.1]; dates=X(:,1); ...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
What is the difference between the effect of clear and clearvars?
What is the difference between the effect of clear and clearvars?
bijna 12 jaar ago | 4 answers | 4
4
answersQuestion
Multi-level indexing
Given: screen(1).position = [1 2; 3 4]; screen(1).size = [5 6; 7 8]; screen(2).position = [11 12; 13 14]; screen(2).size = [...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
Matrix Indices Problem
Given a matrix e.g. A = [0 1 2 0 0; 0 3 4 5 0; 6 7 8 9 10; 0 0 0 11 0] what MATLAB code will generate a vector of the colu...
meer dan 13 jaar ago | 2 answers | 0