Community Profile

photo

Gregory Hind


Last seen: 6 meses hace Con actividad desde 2020

Estadísticas

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


How do I multiply the numbers in a 2D array using a for loop, must be a for loop as part of the course requirements
Hi everyone, this is very basic stuff but I'm new to this. All the steps so far are required by the course. B=[1:24] B=reshape...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Using inputdlg and isnan
I need a user input using inputdlg, I need it to be a number and I need it to keep assking until I get a number. So far, it just...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Extract and count specific values from array
My course work has asked me to allow the user to define the amount of rooms/spaces, ask for dimensions, type of space and then d...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do I use inputdlg in a for loop to return a numerical array?
I need to make a program that asks the user how many floors there are and then input each floors dimensions in sequence and then...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

casi 4 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

casi 4 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 4 años hace