
Marco Castelli
Politecnico di Milano
Followers: 0 Following: 0
Professional Interests: Civil and Structural Engineer
統計
All
Feeds
質問
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年 前 | 2 件の回答 | 0
2
回答質問
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年 前 | 1 件の回答 | 0
1
回答回答済み
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=...
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年以上 前 | 0
回答済み
Figure of screen size
If your screen has for example the resolution 1920x1080: fig1 = figure; pos_fig1 = [0 0 1920 1080]; set(fig1,'Positio...
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年以上 前 | 0
回答済み
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 ...
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年以上 前 | 0
質問
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年以上 前 | 2 件の回答 | 0
2
回答回答済み
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(...
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年以上 前 | 0
質問
Matlab Trendy - error everyday
My trendy ( <http://www.mathworks.com/matlabcentral/trendy/trends/2270 link> ) shows the following error everyday: This ...
10年以上 前 | 0 件の回答 | 0
0
回答回答済み
interpolation x,y coordinate
write |cftool| on the Command Window to use the Curve Fitting Tool. It works also with surface.
interpolation x,y coordinate
write |cftool| on the Command Window to use the Curve Fitting Tool. It works also with surface.
11年弱 前 | 1
質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 2 件の回答 | 0