Respondida
How to display values with formatting, converting numbers to strings.
If I interpret your question correctly, you're asking how to get the nicely formatted output in the text box. If that's the cas...

alrededor de 15 años hace | 0

Respondida
How do I specify the diagonal elements of a matrix?
To do a subscripted assignment into the diagonal of a matrix, you can use linear indexing: A(1:n+1:end) = v (where |v| is an...

alrededor de 15 años hace | 10

Respondida
Select Points on Plot (Code Included)
I was actually playing with this today (because I am that much of a dork). There might be a way around |ginput|, but I wonder i...

alrededor de 15 años hace | 1

| aceptada

Respondida
[DISCONTINUED] Wish-list for MATLAB Answer sections.
Include questions you've commented on (but not necessarily "answered") in "my answers". This way you can keep an eye on a quest...

alrededor de 15 años hace | 12

Respondida
plotting: x-axis datenum to datestr
datetick('x','dd/mmm/yy') Or whatever format you want in the second argument (leave it off & MATLAB will pick one for you)

alrededor de 15 años hace | 0

Respondida
Select Points on Plot (Code Included)
Maybe I'm misunderstanding the interaction process, but it seems like you enter the loop, then (probably) get to the |ginput| li...

alrededor de 15 años hace | 0

Respondida
array assignment question
So, this is what you want? a = zeros(4, 5); b = ones(2, 4); [rows columns] = size(b); % Define upper left of where...

alrededor de 15 años hace | 0

| aceptada

Respondida
Conditional plotting, changing color of line based on value.
Maybe this is going overboard, but given your comment "but it only plots dots and do not connect them together", I'm guessing yo...

alrededor de 15 años hace | 1

Respondida
Statistic analysis on cell arrays
I think this is what you're looking for: A = nominal([ones(42,1);2*ones(25,1);3*ones(32,1);... ones(37,1);2*ones(23,1);...

alrededor de 15 años hace | 0

Enviada


Mortgage Amortization Calculator
GUI for calculating mortgage amortization table, with the option for making extra payments.

casi 16 años hace | 1 descarga |

4.0 / 5
Thumbnail