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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 10

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

mehr als 15 Jahre vor | 1

| akzeptiert

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

mehr als 15 Jahre vor | 12

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 0

Gesendet


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

etwa 16 Jahre vor | 1 Download |

4.0 / 5
Thumbnail