photo

jack


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

7 Preguntas
3 Respuestas

CLASIFICACIÓN
1.807
of 300.365

REPUTACIÓN
38

CONTRIBUCIONES
7 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
85.71%

VOTOS RECIBIDOS
19

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to write a vector-valued function with vector input from the screen in MATLAB?
I have just found that (3) and (4) can be done by the following code TRUE = 1; FALSE = 0; OK = FALSE; while OK == ...

casi 8 años hace | 0

| aceptada

Pregunta


How to write a vector-valued function with vector input from the screen in MATLAB?
I am trying to do the following in MATLAB: 1. input *from screen* a small positive integer M (between 1 and 8); 2. in...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How should I define a missing function in this program?
In the attached program (from a companion website of a numerical analysis book), the file F.m is missing, which is supposed to b...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Cell array manipulations in MATLAB
I have two cell arrays: |countryname| and |export|. There is only one column in |countryname|, which is the code of the names...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Respondida
Repeat element of a vector n times without loop.
I would use repelem(X,3,1)

casi 10 años hace | 19

Pregunta


area plotting in the complex plane
Does anybody know how to "plot" an area in the *complex plane*? For example {z:|f(z)|<1} where f(z)=(1+z)/(1-z). Or more gene...

más de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Does MATLAB R2010b have a symbolic math toolbox?
Does MATLAB R2010b have a symbolic math toolbox? I can find it in the root of the file. But when I search it in the start menu i...

más de 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


set the state for the random number generator
For the function "randn", one can use randn('state',100); to set the state. How about the generator "*poissrnd*"?

más de 14 años hace | 1 respuesta | 0

1

respuesta

Respondida
symbolic calculation
The key point is that the MATLAB one uses needs to have the symbolic toolbox. Otherwise, one can not go further for the symbolic...

más de 14 años hace | 0

Pregunta


symbolic calculation
Why do I get >> a = sqrt(sym(2)) a = 1/2 2 inst...

más de 14 años hace | 2 respuestas | 0

2

respuestas