photo

Luis


Last seen: 9 días hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

2 Preguntas
4 Respuestas

Cody

0 Problemas
3 Soluciones

CLASIFICACIÓN
10.613
of 300.364

REPUTACIÓN
4

CONTRIBUCIONES
2 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
72.997
of 168.407

CONTRIBUCIONES
0 Problemas
3 Soluciones

PUNTUACIÓN
40

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

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

más de 3 años hace | 0

| aceptada

Pregunta


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

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

1

respuesta

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

más de 4 años hace | 0

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

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

casi 6 años hace | 0

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

más de 6 años hace | 2

Resuelto


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

más de 11 años hace

Resuelto


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

más de 11 años hace

Resuelto


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

más de 11 años hace