Community Profile

photo

Luigi Bucci


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

Followers: 0   Following: 0

Studying in Politecnico of Bari, in Italy, I use MatLAB for math coding. MatLAB is useful also for learning the bases of coding, cause the similarities with C++

Spoken Languages:
English

Estadísticas

All
  • Thankful Level 1
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Ver insignias

Feeds

Ver por

Respondida
How to go back to the input in a if?
%M=Righe della matrice A M=4; %N=Colonne della matrice A N=input('n'); for i=1:4 for j=1:N if (N<=13)&&(N>=3) ...

alrededor de 2 años hace | 0

| aceptada

Pregunta


Research of an element in an array
%Ricerca elemento X nel vettore somma S disp ('Ricerca elemento X nel vettore somma S') X=input ('X'); if K==find(S==X) ...

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

2

respuestas

Pregunta


How to go back to the input in a if?
%M=Righe della matrice A m=4; %N=Colonne della matrice A input('n') for i=1:4 for j=1:n if (n<=13)&&(n>=3) ...

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

2

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

más de 2 años hace