Community Profile

photo

Luigi Bucci


Last seen: 2 years ago Active since 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

Statistics

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

View badges

Feeds

View by

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

2 years ago | 0

| accepted

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 2 answers | 0

2

answers

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

2 years ago