Frage


How to focus on figure-window?
Let's two figure are opened Hfig1=figure(1);Hfig2=figure(2); How to focus (make active) one of them? I haven't find...

etwa 13 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
matlab matrix to ascii with blank rows
better than fprintf :) dlmwrite

etwa 13 Jahre vor | 0

Beantwortet
RATS command effect: how to explain?
exactly! and 16=ascii(0)-acsii( )? thanks

etwa 13 Jahre vor | 0

Frage


RATS command effect: how to explain?
>> rats(0.3)-rats(0.2) ans = 0 0 0 0 0 0 2 0 -4 16 0 0 0 0

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How to learn MATLAB
_In fact, in addition to reading, nothing has helped me learn Matlab more than doing small experiments at the command line and i...

etwa 13 Jahre vor | 1

Beantwortet
[DISCONTINUED] Wish-list for MATLAB Answer sections.
Perhaps, to group questions on Category (and create category list) keywords do not enough

etwa 13 Jahre vor | 3

Frage


Simbolic Math Toolbox: How to convert d-form sym to r-form? And a bug?
Two new questions -- Q5 How to easy convert symbolic d-form into r-form? >> a=vpa(log(2),5) a = 0.69315 This i...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to name an array or series of arrays in a pattern?
may be these commands give help 1) eval('...') 2) num2str but more interesting: May one variable (allocated memory) have t...

etwa 13 Jahre vor | 0

Beantwortet
Is this a symbolic math bug?
Thanks. To continue: *Q1* Solution based on your idea (oh.. I am stupid :)- ): >>a=log(2);a=sym(vpa(a,5)) *Q2:* to clarify -- ...

etwa 13 Jahre vor | 0

| akzeptiert

Frage


Is this a symbolic math bug?
1. Let's a=log(2), I want create with only 5 digits: >>digits(5);b=sym(a,'d') b = 0.69315 But what is another way? This way i...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten