Marco Castelli - MATLAB Central
photo

Marco Castelli


Politecnico di Milano

Last seen: 1 year ago Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: Civil and Structural Engineer

Statistics

All
CodyMATLAB AnswersFrom 05/12 to 04/25Use left and right arrows to move selectionFrom 05/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 Questions
5 Answers

Cody

12 Problems
1212 Solutions

RANK
22,663
of 298,109

REPUTATION
2

CONTRIBUTIONS
7 Questions
5 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
1

RANK
 of 20,533

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
95
of 160,374

CONTRIBUTIONS
12 Problems
1212 Solutions

SCORE
11,575

NUMBER OF BADGES
22

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Scavenger Finisher
  • Thankful Level 1
  • First Answer
  • Cody Challenge Master
  • ASEE Challenge Master
  • First Review
  • Community Group Solver
  • Famous
  • Cody5 Easy Master
  • Scholar
  • CUP Challenge Master
  • Quiz Master

View badges

Feeds

View by

Question


DICE: launch N times
I get N dice of which each face has a number from 1 to 6. I'd like representing all the possibility with a matrix in which each...

8 years ago | 2 answers | 0

2

answers

Question


pause with time and keyboard
I have put the |pause| function in my code. After pause I would like to restart the script after some time (i.e. 10 seconds) or...

10 years ago | 1 answer | 0

1

answer

Answered
How can I graph the following parametric functions on a 3d graph?
If R is a constant the code is: theta=[0:0.1:6.28]; phi=[0:0.1:6.28]; R=2; [THETA,PHI]=meshgrid(theta,phi); X2=...

10 years ago | 0

Answered
Figure of screen size
If your screen has for example the resolution 1920x1080: fig1 = figure; pos_fig1 = [0 0 1920 1080]; set(fig1,'Positio...

10 years ago | 0

Answered
parfor. Error: The variable eavg in a parfor cannot be classified.
*@Mohammad Abouali* : Thanks to you help I solve the problem in this way: parfor i0 = 1:size(vett,2) if curva~=2 ...

10 years ago | 0

Question


parfor. Error: The variable eavg in a parfor cannot be classified.
I have already read other topic on Errors and parfor but i don't find the answer to my problem. My code give me an Error: "E...

10 years ago | 2 answers | 0

2

answers

Answered
How to Resize data in column vector?
A=[0;0;0;0;0;232;222;245;342;232; 0;0;0;0;0;0;0345;323;324;345;343;0;0;0]; idx = []; for i1 = 2:length(A) if and(...

10 years ago | 0

Question


Matlab Trendy - error everyday
My trendy ( <http://www.mathworks.com/matlabcentral/trendy/trends/2270 link> ) shows the following error everyday: This ...

10 years ago | 0 answers | 0

0

answers

Answered
interpolation x,y coordinate
write |cftool| on the Command Window to use the Curve Fitting Tool. It works also with surface.

11 years ago | 1

Question


beam's cross-section
Hi, I'm looking for a script or function able to calculate the properties of the cross-section of a beam. I need to know centro...

12 years ago | 1 answer | 0

1

answer

Question


How many variables in workspace
Hi, I need a function how return the number of variables in the Workspace. Does Someone knows if this function exists? thank...

12 years ago | 2 answers | 0

2

answers

Question


Cody: Problem 30 - function Sortrows
Hi, i'm "solving" number 30 cody's problem. I think to solve that whit sortrows function. If I have a z vector: j ...

12 years ago | 2 answers | 0

2

answers