Community Profile

photo

John Wirzburger


Last seen: 29일 전 2016년부터 활동

Followers: 0   Following: 0

연락

G&C Designer

통계

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

배지 보기

Feeds

보기 기준

답변 있음
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).

대략 3년 전 | 0

답변 있음
How to add elements to the end of an array?
gamma = [alpha beta];

7년 초과 전 | 9

| 수락됨

답변 있음
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...

7년 초과 전 | 0

답변 있음
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...

7년 초과 전 | 0