photo

Shawn Simon


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
36,740
of 300,759

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


Does normpdf() take z values?
I am asking this because I have created a program in which a user inputs a some data, then inputs either a z value or an x value...

9 years ago | 1 answer | 0

1

answer

Question


How do you get the row or column of something you need?
For example, if you had: abc def ghi Say I wanted the row and column of 'e', how would I do this? I have been loo...

10 years ago | 1 answer | 0

1

answer

Question


How would you check diagonally on a wordsearch?
Hello, I am trying to create a function that will find given words in a pre-loaded wordsearch. I have already done checks for w...

10 years ago | 2 answers | 0

2

answers

Question


Is it possible to assign multiple variables to one number?
For example, is there a much more efficient way of doing this: a = 0; b = 0; c = 0; And so on; essentially, I am ...

10 years ago | 3 answers | 0

3

answers

Question


How to manipulate arrays?
Hello! I am trying to create a script in which I sort an array in descending order without using any sort function. So far, I c...

10 years ago | 3 answers | 0

3

answers

Question


Why am I having so many errors?
The purpose of the code is to take the inputs and calculate the weight of something on a different planet. Here is the code: ...

10 years ago | 2 answers | 0

2

answers

Question


How to use input command?
The purpose of these two lines is for the user to input the name the "planet", then the next question asks the mass of the plane...

10 years ago | 1 answer | 0

1

answer