![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2285039.jpg)
Richard McCulloch
Idaho State University
自 2013 起处于活动状态
Followers: 0 Following: 0
Professional Interests: Engineering: Nuclear, Biomass, Mechanical; Image Processing; Evolutionary Optimization
Feeds
提问
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...
10 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
11 years 前 | 4
| 已接受
提问
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; ...
11 years 前 | 1 个回答 | 1
1
个回答提问
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...
11 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
11 years 前 | 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...
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...
11 years 前 | 0
| 已接受
已回答
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...
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...
11 years 前 | 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=...
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=...
11 years 前 | 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...
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...
11 years 前 | 1
提问
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...
11 years 前 | 0 个回答 | 0
0
个回答已提交
Easy Sensitivity (Tornado) Plot Function
This function makes a tornado sensitivity plot and returns the sensitivity values.
11 years 前 | 4 次下载 |
![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...
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 前 | 0
提问
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 前 | 0 个回答 | 0
0
个回答已提交
Tornado Plot
This creates tornado plots based on a specified sensitivity value.
12 years 前 | 5 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41373/versions/2/screenshot.png)
提问
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 ...
12 years 前 | 4 个回答 | 0