Community Profile

photo

Richard McCulloch


Idaho State University

Active since 2013

Professional Interests: Engineering: Nuclear, Biomass, Mechanical; Image Processing; Evolutionary Optimization

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Question


How can I assume MuPAD output variables are nonzero?
I am trying to solve a series of equations and use the result for further calculations. In the code I get multiple results but I...

9 years ago | 0 answers | 0

0

answers

Submitted


Simple 2D Fourier
Plotting program for 2D fourier expansions.

10 years ago | 1 download |

Thumbnail

Answered
Rotating a 2D profile to make 3D
OK, so I parametrized the functions and it worked out. Here is the completed code for those interested. It calculates the compto...

10 years ago | 4

| accepted

Question


Rotating a 2D profile to make 3D
So I have a profile that I am rotating to make a 3D surface like this a=0.661/0.511; r=2.8179; vo=1; m=0.511; ...

10 years ago | 1 answer | 1

1

answer

Question


Export Figure to CAD
I have a figure with multiple spheres. I have the locations of the centers of the spheres and I plot the Matlab figure by the fo...

10 years ago | 0 answers | 0

0

answers

Answered
Contour plot not working (but contour3 plot does work)
From my understanding, meshgrid will create a matrix out of x and y to provide a 2 dimensional indexing for z. To get a simple 2...

10 years ago | 0

Answered
How can I automatically assign colors to data that's being dynamically plotted and recycle the colors if there's more data that needs to be plotted?
So I think this might be what you're looking for. I commented out the 'i' redefinition at the very bottom and added 'figure' but...

10 years ago | 0

| accepted

Answered
How to plot PSD in MATLAB of given ascii value?
Is this what you're trying to do? Fs = 1000; t = 0:1/Fs:.3; x=cos(2*pi*t*200)+randn(size(t)); Hs=spectrum.periodog...

10 years ago | 0

Answered
Plz tell why the output is not following the desired ?
I would check your indices. Try this: clc close all clear all %type1 network fuzzy yd1=-.1; yd0=-.07; u3=...

10 years ago | 0

Answered
How to do a surf plot for non - uniform data?
I'm not sure that I entirely understand the question or the data, but is this what you want? x = [180; 270; 120; 160; 225...

10 years ago | 1

Question


Reference Functions Using Standalone Executable
I created a GUI that uses a function file to create plots, diagnostics, etc. The program was written to accept any type of funct...

10 years ago | 0 answers | 0

0

answers

Submitted


Easy Sensitivity (Tornado) Plot Function
This function makes a tornado sensitivity plot and returns the sensitivity values.

10 years ago | 13 downloads |

Thumbnail

Answered
Is there an efficient way to convert images to vector images like .eps, .ai, etc.?
Walter's answer led me to my optimal result: saveas(gcf,'Name','ai') This format looks like it is going to be discontinu...

11 years ago | 0

Question


How can I capture video from a plotting function?
I am running a multi objective genetic algorithm using the command: [vals,fvals]=gamultiobj(@MultiObj,4,[],[],[],[],lb,ub,O...

11 years ago | 0 answers | 0

0

answers

Submitted


Tornado Plot
This creates tornado plots based on a specified sensitivity value.

11 years ago | 4 downloads |

Thumbnail

Question


Is there an efficient way to convert images to vector images like .eps, .ai, etc.?
Is there any way to create a vector image from a jpeg, png, etc.? I can convert images to binary contours, but that is about as ...

11 years ago | 4 answers | 0

4

answers