Statistics
7 Questions
0 Answers
RANK
40.263
of 295.467
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
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
Chebyshev Economization on Fresnel Cosine Function.
I wrote the following function to calculate the Chebyshev Economization of the Fresnel Cosinus Function. The first while loo...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
Variable amount of checkboxes in listbox (programmatic GUI)
I have in my programmatic GUI the following listbox: h.listbox = uicontrol('style','listbox','units','pixels',... ...
ongeveer 10 jaar ago | 2 answers | 0
2
answersQuestion
Counting all numbers after decimal point.
Hello everyone, I have the following program: function [ dec ] = digits( x ) % DETERMINE how many digits you have in ...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
Character for the real numbers - MATLAB
Hello everyone, This maybe is a simple question but I would just like to print the character for the real numbers on a plot....
meer dan 10 jaar ago | 1 answer | 1
1
answerQuestion
Scalar multiplication of a vector
Hello everyone, I want to write a program using as little for-loops as possible. I want to define the following multiplicatio...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
Appending vector in long for-loop
I have this loop where x = 62012: while y < x p1 = percentChange(avgLine(y-9), avgLine(y-8)); p2 = percentChang...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
Reshaping (M,N)-matrix to (M,1)-matrix
Hello everyone, I have a matrix, for example: A = [1, 2, 3; 4, 5, 6; 7, 8, 9] and now I want to create a ma...
ongeveer 11 jaar ago | 3 answers | 0