Pregunta


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

alrededor de 13 años hace | 1 respuesta | 1

1

respuesta

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

alrededor de 13 años hace | 0

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

alrededor de 13 años hace | 0

Pregunta


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

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

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

alrededor de 13 años hace | 1

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

alrededor de 13 años hace | 3

Pregunta


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

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 13 años hace | 0

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

alrededor de 13 años hace | 0

| aceptada

Pregunta


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

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas