Community Profile

photo

Kevin


Last seen: alrededor de 2 años hace Con actividad desde 2021

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How to make pairs of 1s and 0s in an array?
close all clear clc m = 5 %amount of 1s k = 13 %length of array n = k-m %amount of 0s rhythm_0 = [repelem(0,n)] rhyth...

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

1

respuesta

Pregunta


How to generate a rhythm that is based on an algorithm in matlab?
I want to generate a rhythm in Matlab that consists of 1s and 0s, but I don't know how to start. So I know that I have a vari...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to fill a 2D plot?
close all clear clc hold on grid on P_outside = ([0.1+0.6i,0.3+0.6i,0.4+0.8i,0.3+i,0+i,0+0.5i,0,0.1+0i,0.1+0.6i]); P...

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

1

respuesta

Pregunta


Can someone explain what's wrong with my formula?
close all clear clc syms t omega = 2:2:6 I = 10 C = 0.05 V = (-I./omega.*C)*cos(omega.*t) fplot(V) What is wron...

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

2

respuestas

Pregunta


How to generate a rhythm in Matlab?
I want to generate a rhythm in Matlab that consists of 1s and 0s, but I don't know how I should go about it. So I know that I h...

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

1

respuesta

Pregunta


Can only find one double angle formula of cos(2x).
close all clear clc syms x expand (cos(2*x)) ans = 2*cos(x)^2 - 1 That is one of the three double angle formulas f...

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

1

respuesta

Pregunta


Multiple answers from solve
close all clear clc AB=180 AO=60 BO=200 syms alpha eqn1 = BO^2 == AB^2+AO^2-2*AB*AO*cosd(alpha) eqn2 = solve (eq...

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

1

respuesta