photo

Maria Perdomo


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

6 Preguntas
5 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
6.003
of 300.343

REPUTACIÓN
8

CONTRIBUCIONES
6 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
83.33%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
157.795
of 168.172

CONTRIBUCIONES
0 Problemas
1 Solución

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

  • First Review
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How read a .bin file in Matlab with known block size, block number, offset_binary and nr of samples
Hi, I had a binary file, and could oppen with the next function: <http://www.mathworks.com/matlabcentral/fileexchange/2637...

más de 11 años hace | 0

Pregunta


Symbolic math- substitute a derivative function with subs()?
Hello everyone, I've got a symbolic derivative : syms J phi(t) Ja J0 x1 x2 J=J0-Ja*cos(2*phi); dJ=diff(J) Thi...

más de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Data vusualization - How to align data sets?
Hallo, I have two vectors. Each one contains data from two different devices wich measure the same periodic variable. I wo...

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

2

respuestas

Pregunta


Symbolic Math toolbox- Lie derivative
Hi, Does symbolic math toolbox has a predefined function that calculates the Lie derivative of two vectors? Thanks

alrededor de 12 años hace | 2 respuestas | 1

2

respuestas

Respondida
"Substitution function" by symbolic math toolbox
Thank you!!!!

más de 12 años hace | 0

Respondida
How could I fix an error in line 4 ("not enough arguments") of my routine?
Borja, you have to give values to AP ML and SR. For example: [dados, Vx, Vy] = PLineares([1 2 3], [1 2 3], 3) please...

más de 12 años hace | 0

Respondida
how to avoid simulink over run count issues
if existing and if possible reduce the number delay blocks... distribute the task in atomic subsystems. May be that can help

más de 12 años hace | 0

| aceptada

Pregunta


"Substitution function" by symbolic math toolbox
Hello, Does symbolic math toolbox has a predefined function that allows to substitute variables into a defined symbolic func...

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

2

respuestas

Respondida
Index exceeds matrix dimensions error?
the line problem is 3 lines before the end: fprintf(repmat('\b',1,length(dirs{g})+1)); dirs has just 3 elements, but *g...

más de 12 años hace | 1

Resuelto


Calculate the nth Fibonacci number USING 'Golden Ratio' concept
f = [1 1 2 3 5 8 13 ...] If n=6, f(6)=8

más de 12 años hace

Pregunta


Symbolic math toolbox- Jacobian of a function with respect to an other function?
I would like to find the jacobian of: f=[f(x1(t)...x6(t)); ... ;f6(x1(t)...x6(t))] with respect to: x(t)=[x1(t);......

más de 12 años hace | 2 respuestas | 1

2

respuestas

Pregunta


arbitrary symbolic functions - Symbolic math toolbox
I have an equation: M = A sin(x(t)); and would like to find: dM/dt is it possible to create symbolic functions withou...

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

1

respuesta