photo

Maria Perdomo


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

6 Fragen
5 Antworten

Cody

0 Probleme
1 Lösung

RANG
6.008
of 301.383

REPUTATION
8

BEITRÄGE
6 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
83.33%

ERHALTENE STIMMEN
3

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
163.923
of 174.306

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 12 Jahre vor | 0

Frage


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

etwa 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 1

2

Antworten

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

fast 13 Jahre vor | 0

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

fast 13 Jahre vor | 0

Beantwortet
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

fast 13 Jahre vor | 0

| akzeptiert

Frage


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

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

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

fast 13 Jahre vor | 1

Gelöst


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

fast 13 Jahre vor

Frage


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

fast 13 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort