Statistica
7 Domande
0 Risposte
RANK
150.951
of 298.247
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 160.685
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0