photo

Kristen O'Mara


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

Followers: 0   Following: 0

Statistiques

MATLAB Answers

11 Questions
3 Réponses

RANG
207 493
of 300 756

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
18.18%

VOTES REÇUS
0

RANG
 of 21 077

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 890

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Why am I getting a parse error at the logical operator &&?
For some reason I am getting a parse error at && which will not allow my code to run. function [nucleotides] = BMEactivity(m...

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

2

réponses

Question


How to insert an image in a GUI and have it move according to a small moving matrix's location
I am creating a code for a class that requires a spaceship to move throughout space (a matrix). We have created randomly spawnin...

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

0

réponse

Question


How to set the minimum value of an array to a negative number?
I made a 1x50 random array and I need to find the max and set it equal to 100 and find the min and set equal to -100. Then I nee...

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

1

réponse

Question


Can I use whether or not a function runs as a conditional statement?
I need some commands to execute if a pushbutton is pressed while certain other conditions are true. How can I write in a conditi...

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

1

réponse

Question


Can I use a function as a conditional statement?
I'm working with my first GUI using the guide and I need to make a GUI with two pushbuttons. When pushbutton 1 is pressed, pushb...

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

0

réponse

Question


How to make a for loop that sums all the odd values in the array?
I need to make a for loop that sums all the odd values in an array from 1 to userNum. This is what I have so far: function...

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

2

réponses

Réponse apportée
Why is my function giving me the wrong output?
Thanks everyone, I fixed the issue. I needed to change the line medianValue to medianValue = (array(medianIndex1) + ar...

presque 8 ans il y a | 0

Question


Why is my function giving me the wrong output?
I was asked to write a function finding median and mean of an array without using the built in functions or the sum function. I ...

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

2

réponses

Question


How to use any size array as an input?
I need to make a function that calculates the median and mean values of an array. I'm not sure how to use an array as an input w...

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

2

réponses

Question


Why is my function giving me a string when it should be giving a structure?
We are asked to write a function 'carGenerator' that takes 5 inputs and uses conditional statements to determine if a car is val...

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

1

réponse

Réponse apportée
Why is my function giving me a string when I should get a structure?
"data type char" = string and "data type struct" = structure So the car is being told it's invalid when it is valid and shoul...

presque 8 ans il y a | 0

Réponse apportée
Why is my function giving me a string when I should get a structure?
The thing is I need that string because they give us two examples of a bad car with inputs that will cause the output to be the ...

presque 8 ans il y a | 0

Question


Why is my function giving me a string when I should get a structure?
We are asked to write a function 'carGenerator' that takes 5 inputs and uses conditional statements to determine if a car is val...

presque 8 ans il y a | 3 réponses | 0

3

réponses

Question


Not quite sure what I'm doing wrong for this calculator function problem
I have a project where I need to make a calculator that takes two input numbers and performs the operation (chosen by the user) ...

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

1

réponse