Community Profile

photo

Jonathan


Finance, Financial Risk, Mathematics

Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Variable amount of checkboxes in listbox (programmatic GUI)
I have in my programmatic GUI the following listbox: h.listbox = uicontrol('style','listbox','units','pixels',... ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Counting all numbers after decimal point.
Hello everyone, I have the following program: function [ dec ] = digits( x ) % DETERMINE how many digits you have in ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 3 Antworten | 0

3

Antworten