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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 10

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

oltre 15 anni fa | 1

| accettato

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

oltre 15 anni fa | 12

Risposto
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)

oltre 15 anni fa | 0

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

oltre 15 anni fa | 0

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

oltre 15 anni fa | 0

| accettato

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

oltre 15 anni fa | 1

Risposto
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);...

oltre 15 anni fa | 0

Inviato


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

circa 16 anni fa | 1566 download |

4.0 / 5
Thumbnail