Community Profile

photo

Olivia Rose


Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Plotting in a specific axes in GUIDE
I have 2 axes, one for a negeative output and one for a positive output. The larger one is supposed to be the main one, first sh...

2 years ago | 1 answer | 0

1

answer

Question


Function to utilize user input on a GUI system?
This is the first time I've had to make a gui and I'm not sure how to fix this. I have an edit box to be used by the user to inp...

2 years ago | 1 answer | 0

1

answer

Question


Trouble plotting a 3D meshgrid
I need to plot a 3D surface plot using a meshgrid, but it keeps saying not enough input arguements? x=[-4:1:4]; y=[-3:1:3]; ...

2 years ago | 1 answer | 0

1

answer

Question


Adjacent Repeat of Numbers in an Array
This is the current function function adjacentRepeat = HasAdjacentRepeat(inArray) for inArray=diff(inArray) adjac...

2 years ago | 2 answers | 0

2

answers

Question


Random inputs for a logic array?
This is my current code: function [averageScores, deviationScores, medianScores, modeScores, partyDecision] = PizzaParty(scores...

2 years ago | 1 answer | 0

1

answer

Question


User input changes circle radius and velocity
I want to make this so that when a user inputs a new radius, the circle changes accordingly, but I'm not sure how to go about it...

2 years ago | 2 answers | 0

2

answers

Question


Multiple inputs for one graph
I'm trying to figure out a way to attach 3 specific inputs so that they plot different points. Idealy the outputs are all on the...

2 years ago | 1 answer | 0

1

answer

Question


Finding the surface area of a balloon
This is the problem I'm working on. I think I have everything written out correctly, but I'm having trouble putting it all tog...

2 years ago | 1 answer | 0

1

answer

Question


Write a function that takes a number to be guessed and a player number, and checks if the winning criteria is met.
This is what I have to work with, I've tried some functions already, but they came back as invalid. i.e.: win = Number...

2 years ago | 2 answers | 0

2

answers

Question


Trying to change the amount of decimal points
This is what I have for the input function weightArray=[68.6611,8.7929,71.6766,44.1901,76.2861,66.1515,22.6083,36.9491,52.649...

2 years ago | 1 answer | 0

1

answer