photo

WP


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

3 Preguntas
0 Respuestas

Cody

0 Problemas
9 Soluciones

CLASIFICACIÓN
40.281
of 297.503

REPUTACIÓN
1

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
39.667
of 159.017

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

  • Solver

Ver insignias

Feeds

Ver por

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

casi 6 años hace | 0 respuestas | 1

0

respuestas

Pregunta


audioPlayerRecorder PlayerChannelMapping not working as expected
Hi, I have encountered a strange behaviour of the audioPlayerRecorder function when using the PlayerChannelMapping feature. ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

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

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

1

respuesta

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 8 años hace

Resuelto


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

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

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

casi 8 años hace

Resuelto


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

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

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

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

casi 8 años hace