photo

Benjamin Wang


Last seen: casi 3 años hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

7 Preguntas
0 Respuestas

Cody

0 Problemas
12 Soluciones

CLASIFICACIÓN
22.851
of 301.811

REPUTACIÓN
1

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.419

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
36.690
of 176.692

CONTRIBUCIONES
0 Problemas
12 Soluciones

PUNTUACIÓN
130

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


How to properly log frame based signals in Simulink?
I'm trying to log a frame based signal in Simulink. <</matlabcentral/answers/uploaded_files/97892/diagram.png>> But here i...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I visualize data other than the first channel in Audio Test Bench?
I can visualize the input/output channel 1 with Time-Scope/Spectrum-Analyzer in Audio Test Bench. But I cannot find a way to sho...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why Root-Level Inport didn't inherit the sample time?
Hi guys, I want to build a fixed-step discrete time model, which will be referenced later in a larger model. To simplify the ...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

casi 10 años hace

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

casi 10 años hace

Resuelto


Find matching parenthesis
One of the most indispensable things about a great text editor for programming is the ability to quickly jump between matching p...

casi 10 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

alrededor de 11 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 11 años hace

Resuelto


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

más de 11 años hace

Resuelto


Remove the positive integers.
Given array,x, remove all the positive numbers and display ouput as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

más de 11 años hace

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


Add two numbers
Given a and b, return the sum a+b in c.

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

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 11 años hace

Pregunta


Using referenced model arguments in non-tunable parameter fields.
Hi, guys I want to build a model used as referenced model in other Simulink models. Then, I encountered errors about using re...

casi 13 años hace | 0 respuestas | 1

0

respuestas

Pregunta


Using merge block with bus signal inputs.
Hi, guys I am really confused with the 'If/else -> Action -> Merge' pattern in Simulink, especially when working with Bus Sig...

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

1

respuesta

Pregunta


Dynamically sized IO ports in simulink
Hi, I am working on a C-MEX s-function, which has 2 inputs and 1 output. All of the i/o ports are dynamically sized. The output...

alrededor de 15 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to get the index of the first non-zero element in an 1-D array in SIMULINK
Hi, guys I want to find the index of the first non-zero element in a 1-D array in simulink, just like the way that 'find' comma...

alrededor de 15 años hace | 1 respuesta | 0

1

respuesta