WP
Followers: 0 Following: 0
Estadística
3 Preguntas
0 Respuestas
0 Problemas
9 Soluciones
CLASIFICACIÓN
40.190
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
38.394
of 153.912
CONTRIBUCIONES
0 Problemas
9 Soluciones
PUNTUACIÓN
100
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Multimodel control design with Simulink?
Hi! I have been using the Control System Designer and its multimodel analysis quite a while. The workflow is very straightforw...
más de 5 años hace | 0 respuestas | 1
0
respuestasPregunta
audioPlayerRecorder PlayerChannelMapping not working as expected
Hi, I have encountered a strange behaviour of the audioPlayerRecorder function when using the PlayerChannelMapping feature. ...
más de 5 años hace | 1 respuesta | 0
1
respuestaResuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
casi 7 años hace
Pregunta
Generate pole zero plot from measured impulse response
Hello everybody, I want to generate a pole zero plot from a measured impulse response (imported via audioread). I only find ...
casi 7 años hace | 1 respuesta | 0
1
respuestaResuelto
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 ...
más de 7 años hace
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
más de 7 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 7 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 7 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 7 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 7 años hace