photo

Jonathan Pulman


None

Active since 2013

Followers: 0   Following: 0

Message

Just a hobby.
Professional Interests: Psychoanalysis, psychiatry

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
276,337
of 297,527

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to put a user designed function in a simulink block
Suppose I have a simple (useless) user defined Matlab function as follows [ outputVariable]=PulmanTestFunction (inputVariable...

11 years ago | 1 answer | 0

1

answer

Question


How to enter data from a GUI (?) rather than in code.
How can I start a program running then, at some point dictated by the code, ask for user input such as a number or a choice of "...

11 years ago | 2 answers | 0

2

answers

Question


How to show repeated graphics as program runs
I am writing a program to run the prisoners dilemma game. The idea is to run many iterations, selecting the best players. I wo...

11 years ago | 1 answer | 0

1

answer

Question


How to pass many variables to a function
I only know old Quick Basic! In that you could allow subprograms to access variables by using "DIM SHARED". This made it eas...

11 years ago | 1 answer | 0

1

answer

Question


How to do Matrix calculations IF certain conditions are present.
I have 2 matrices A and B and want to do A./B But some values in B are zero, producing inf then, in later calculations, NaN. ...

11 years ago | 1 answer | 0

1

answer

Question


How can I plot data as program runs?
I would like to write a program to simulate planets in orbit for many iterations, for example to see if asteroids will form into...

12 years ago | 2 answers | 0

2

answers