Community Profile

photo

Jonathan Bird


Last seen: environ 3 ans il y a Actif depuis 2018

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


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

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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?

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 6 ans il y a | 1 réponse | 2

0

réponse

Question


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

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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,:);...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse