Statistica
21 Domande
0 Risposte
RANK
18.296
of 298.292
REPUTAZIONE
2
CONTRIBUTI
21 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
52.38%
VOTI RICEVUTI
2
RANK
of 160.775
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
Summing up values in a matrix
I have a 4D matrix, I(i,j,y,x) which has dimensions of 64 x 64 x 70 x 160. For each coordinate in y and x I'd like to sum all th...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Heat Dissipation from an Annular Fin
I'm trying to find the rate of heat dissipation from an annular fin as a function of the fin radius. The rate of heat dissipatio...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Area of an closed 2d plot
Is there an easy way to find the area within a 2d closed curve? e.g the area of circle? I know this can be found easily with a f...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
2D Temperature Distribution
I need to plot the temperature distribution for the square cross-section of a bar, 3 sides are fixed at a temperature of 283 K, ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to alter Comet Speed
I'm trying to use the comet function as a 2D animation but there does not seem to be an easy way to alter the speed at which it ...
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
Area enclosed within a curve
I'm trying to find the enclosed area for two curves, shown in the plot titled "Ideal and Schmidt pV Diagrams". I think using the...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Pressure as a function of crank angle
I need to plot pressure as a function of crank angle using the following eqaution p=(pm*SQRT(1-c^2))/(1-c*cos(alpha-delta)). Ive...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Plotting a p-V diagram
I need to plot a p-V diagram for an ideal cycle using the ideal gas law: pV=mRT Ive chosen arbitrary values of 373K and 273K fo...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
Patch to Surf Conversion
We have the following code defining a pair of wings using the patch function. We are trying to convert the .m file to an .stl fi...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Trouble Understanding Code for a Hemisphere
I have used the following code to create a hemisphere with radius 10. Unfortunately I don't really understand what the code does...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to restrict the angle a cylinder is defined over
If you have a cylinder generated by the following code how would you define is so that the cylinder is restricted to certain ang...
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
How to change the centre of one face of a cone
Im trying to design a cone where the centre for one of the faces is offset from the centre of the other face, as in the picture ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to design blades in Matlab
I'm trying to design propeller blades like in the attached photo but I'm not sure where to start, any suggestions?
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
Adapting a paraboloid code
I found the following code to plot a paraboloid but now I need to adapt it to change the base radius and height, thanks [r,...
circa 7 anni fa | 0 risposte | 2
0
risposteDomanda
Translating a hemisphere in 3D
I have created a hemisphere with the following code and then rotated it by 90 degrees. I now want to translate the shape to a ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Translating a 3D shape
I have used the following code to generate a hemisphere and rotated it: [x1,y1,z1]=sphere; x1=x1(11:end,:); y1=y1(11:end,:);...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
Rotating a cylinder by 90 degrees
I've generated a cylinder as follows: [x,y,z]=cylinder([0,10,10,0],100); z([1,2],:)=0; z([3,4],:)=100; mesh(x,y,z) ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Testing whether values are unique
The user is asked to assign values to sixth variables (a,b,c,d,e,f). I want an errordlg to display in the event any 2 or more va...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
checking that a user input is an integer
The user is told to input an integer between 1 and 59 but I want an error message to display if the value they enter is not an i...
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
finding the common numbers in 2 arrays
I want to compare two arrays each containing 6 numbers e.g. [1,2,3,4,5,6] and [4,8,6,10,11,12]. I want to determine how many num...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
how to assign variables to user inputs
I'm asking the user to input 6 values between 1 and 59, I want to assign variables to each input so they can be compared etc. I ...
circa 7 anni fa | 1 risposta | 0