photo

John Wirzburger


Last seen: 10 days ago Active since 2016

Followers: 0   Following: 0

Message

G&C Designer

Statistics

All
MATLAB Answers

0 Questions
4 Answers

File Exchange

1 File

Cody

0 Problems
224 Solutions

RANK
2,594
of 300,381

REPUTATION
24

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
9

RANK
17,591 of 20,941

REPUTATION
3

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
38

RANK
941
of 168,477

CONTRIBUTIONS
0 Problems
224 Solutions

SCORE
2,372

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • ASEE Challenge Master
  • Tiles Challenge Master
  • Scavenger Finisher
  • CUP Challenge Master
  • Solver

View badges

Feeds

View by

Answered
For loop checking if number is prime (without using MATLAB functions)
It appears that it has to do with when you set y2. In short, you are only reporting back the y2 value when i=ceil(x2/2).

5 years ago | 0

Answered
How to add elements to the end of an array?
gamma = [alpha beta];

9 years ago | 9

| accepted

Answered
My output in the workspace is a 1x1 dataset after I use the out block in Simulink
The data should be stored in the dataset, but must be retrieved, using a function such as getElement. I suggest looking at this...

9 years ago | 0

Answered
how to only have a certain amount of numbers in an input of as many characters and number that the user wants
If they must enter exactly 10 numbers and any number of characters, I would change your code to prompt = 'Enter at least 10...

9 years ago | 0