photo

Luis


TU Dresden

Last seen: circa 2 mesi fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
  • First Review
  • First Answer
  • Revival Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Identify nodes from terminals in circuit object
In case somebody has the same problem: I found an easy solution for the specific case of impedance matching: you can use the "Ma...

circa 2 anni fa | 0

| accettato

Domanda


Identify nodes from terminals in circuit object
Consider a simple RF Toolbox circuit object: ckt1 = circuit('example_circuit1'); add(ckt1,[2 3],resistor(50)) add(ckt1,[3 1],...

circa 2 anni fa | 1 risposta | 0

1

risposta

Risposto
Drawing Visio diagram using MATLAB 2018b
I was looking for something similar, and came to this example I wrote a similar example for matlab using the actxserver. To man...

quasi 3 anni fa | 0

Domanda


Use iio_readdev with mwipcore
Hi, I am working with the AXI4-Stream interface provided with the HDL Coder, starting from this example. Since the AXI4-Stream ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
I am working with MATLAB to start Visio 2010. Then I want to put some different Shapes in a new Document from my own Stencil. But how can I add my own Stencil to the new Visio file and how do I add some Shapes to the new Document?
You can use the invoke() or get() functions to access the stencil. Here a little example on how to drop a circle shape: appVi...

oltre 4 anni fa | 0

Risposto
Is there a way to link the left and right y-axes on a GUI Axes after using yyaxis?
There is a function similar to 'linkaxes' call 'linkprop' that do the trick. You only need to link the 'Limits' property on each...

oltre 5 anni fa | 2