photo

jf


Last seen: etwa ein Jahr vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

9 Fragen
0 Antworten

Cody

0 Probleme
1 Lösung

RANG
176.077
of 300.365

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
44.44%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
100.531
of 168.262

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Create and plot an oriented graph of a circuit from a netlist
Hello, it should be a ridiculously trivial task, but I have to admit I've been stuck on it for a few months. Sadly, I'm not ver...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Index exceeds the number of array elements in ODE using anonymous function
I dont't understand what is wrong with this scirpt. For different set of equations I was able to use anonymous functions inside ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot coordinate data to appear solid with lighting effect?
I have quite delicate problem. In the for loop I am plotting these circles using plot3(x,y,z) so after number of iteration...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Avoid root switching using roots
Hello, I am having following problem. It is a very simple. First formulate symbolically some matrix . Then I wish to study . ...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


transform ode15i input to ode15s input
Since I got completely stuck in the last two weeks I am giving up with ode15i solver and I would like to solve my equations usin...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Piecewise ode15i
Suppose that given DAE system containing peicewise defined function. What is more convenient way to call ode15i: a) put condit...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ode15i instability and initial values
Consider following MWE: eqn1 = i_V11(t) + u_1(t)/10 - u_2(t)/10 == 0 eqn2 = (3*u_2(t))/25 - u_1(t)/10 - u_3(t)/50 + (77371252...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Generation of symbolic vector of functions
I need to define a lot of symbolic variables for DAE solver. Instead of using sym f1(t) f2(t) % up to arbitrary fN(t) i woul...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 5 Jahre vor

Frage


Gegenbauer polynomials wont produce Chebyshev polynomials using Symbolic Toolbox
Consider code syms x n = 4; a = -0.5; gegenbauerC(n,a,x) It produces following output - (5*x^4)/8 + (3*x^2)/4 - 1/8 which...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort