photo

John Mahoney


UC Davis

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

8 Questions
2 Answers

RANK
5,199
of 297,457

REPUTATION
9

CONTRIBUTIONS
8 Questions
2 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
5

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to create a conditional symbolic function?
Hi Oscar, How about this? syms x % Define each subfunction f1 = x^3; f2 = x^4; f3 = x^2 + 100; % Ch...

10 years ago | 0

| accepted

Question


camtarget resets when using mouse to rotate 3D figure
Often when I have a 3D plot, I want to zoom in on some feature and view it from different angles. Currently, I: * click the ...

10 years ago | 0 answers | 3

0

answers

Question


Unexpected line colors when saving simple plot
I am trying to plot some lines with various shades of gray and find some unexpected results. Matlab plot window expected: gr...

10 years ago | 1 answer | 0

1

answer

Question


Problem with fill and latex interpreter?
I noticed that I began having trouble with saving figures that contain transparency. First, the figure appears on the screen ...

11 years ago | 1 answer | 0

1

answer

Question


How do you properly vectorize an ODE for integration?
I am interested in ODE integration for a large (10^3 ish) number of initial conditions. As is known, but not terribly well docu...

11 years ago | 1 answer | 1

1

answer

Answered
help on this code error
Are you mixing up "mixture" and "mixtrue"?

11 years ago | 0

Question


Matlab exits unexpectedly after simple plot
Edit: I have submitted this as a bug. I got suggestions for workarounds, but the problem remains. My goal is to make some sca...

12 years ago | 2 answers | 0

2

answers

Question


Painters renderer creates unwanted white lines
I want to render a surface using the painters renderer to make use of the vector graphic nature. In particular so the fonts and ...

12 years ago | 2 answers | 0

2

answers

Question


Spawning Matlab processes from within Matlab
--How do I make Matlab call lots of little Matlabs?-- Here is a simple script that takes one parameter as input. % simpl...

12 years ago | 1 answer | 0

1

answer

Question


contourc - plotting contour matrix
I would like to find the contours, manipulate them, and then plot them. This plots contours x = 0:0.1:1; y = 0:0.1:1; ...

13 years ago | 2 answers | 1

2

answers