![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2285039.jpg)
Richard McCulloch
Idaho State University
Followers: 0 Following: 0
Professional Interests: Engineering: Nuclear, Biomass, Mechanical; Image Processing; Evolutionary Optimization
Statistik
RANG
3.274
of 297.046
REPUTATION
17
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
6
RANG
4.122 of 20.422
REPUTATION
350
DURCHSCHNITTLICHE BEWERTUNG
4.10
BEITRÄGE
3 Dateien
DOWNLOADS
10
ALL TIME DOWNLOADS
3253
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenGesendet
Simple 2D Fourier
Plotting program for 2D fourier expansions.
fast 11 Jahre vor | 1 Download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/46099/versions/1/screenshot.jpg)
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...
fast 11 Jahre vor | 4
| akzeptiert
Frage
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; ...
fast 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenContour 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...
mehr als 11 Jahre vor | 0
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...
mehr als 11 Jahre vor | 0
| akzeptiert
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...
mehr als 11 Jahre vor | 0
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=...
mehr als 11 Jahre vor | 0
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...
mehr als 11 Jahre vor | 1
Frage
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...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenGesendet
Easy Sensitivity (Tornado) Plot Function
This function makes a tornado sensitivity plot and returns the sensitivity values.
mehr als 11 Jahre vor | 4 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42391/versions/2/screenshot.png)
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...
mehr als 11 Jahre vor | 0
Frage
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...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenGesendet
Tornado Plot
This creates tornado plots based on a specified sensitivity value.
fast 12 Jahre vor | 5 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41373/versions/2/screenshot.png)
Frage
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 ...
fast 12 Jahre vor | 4 Antworten | 0