Community Profile

photo

Mike


Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


changine if-elseif to a switch-case structure
rewrite the following code segment containing an if-elseif using a switch-case structure instead of the if-elseif. The code shou...

6 years ago | 1 answer | 1

1

answer

Question


Make a loop to calculate molecular weight
"Use a while loop to ask the user to enter the elemental symbols of the elements in the compound and store these in a padded cha...

7 years ago | 3 answers | 0

3

answers

Answered
Is my code wrong? I believe...
and the problem is attached <</matlabcentral/answers/uploaded_files/4651/image.jpeg>>

10 years ago | 0

Answered
Is my code wrong? I believe...
data for the problem

10 years ago | 0

Question


Is my code wrong? I believe...
Need help with part b on number 11.9 I get the right answer, but I feel like my third dimension should be 2 and the fourth one ...

10 years ago | 2 answers | 0

2

answers

Question


is there a way i can run just the section on matlab version 7.12.0
I have matlab version 7.12.0 and want to just run a specific section of my script. I know you can do this on the newer versions,...

10 years ago | 0 answers | 0

0

answers

Question


create a function to...
Create a function *.m file that accepts a 2-dimensional array as a function input and has two function outputs. This function w...

10 years ago | 2 answers | 0

2

answers

Question


How do I get the maximum value for x with its corresponding y value?
I have 2 columns of numbers. I want to find the maximum value of the numbers in the x column and it's corresponding y value. I a...

10 years ago | 1 answer | 0

1

answer