photo

Luis


Last seen: 3 mois il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

2 Questions
4 Réponses

Cody

0 Problèmes
3 Solutions

RANG
10 613
of 300 953

RÉPUTATION
4

CONTRIBUTIONS
2 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
2

RANG
 of 21 123

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
74 772
of 171 946

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 3 ans il y a | 0

| A accepté

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 4 ans il y a | 0

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 6 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 2

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 11 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a