Richard McCulloch
Idaho State University
2013년부터 활동
Followers: 0 Following: 0
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...
대략 11년 전 | 답변 수: 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...
거의 12년 전 | 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; ...
거의 12년 전 | 답변 수: 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...
거의 12년 전 | 답변 수: 1 | 0
1
답변답변 있음
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...
12년 초과 전 | 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...
12년 초과 전 | 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...
12년 초과 전 | 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=...
12년 초과 전 | 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...
12년 초과 전 | 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...
12년 초과 전 | 답변 수: 0 | 0
0
답변제출됨
Easy Sensitivity (Tornado) Plot Function
This function makes a tornado sensitivity plot and returns the sensitivity values.
12년 초과 전 | 다운로드 수: 4 |
답변 있음
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...
12년 초과 전 | 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...
12년 초과 전 | 답변 수: 0 | 0
0
답변제출됨
Tornado Plot
This creates tornado plots based on a specified sensitivity value.
12년 초과 전 | 다운로드 수: 4 |
질문
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 ...
거의 13년 전 | 답변 수: 4 | 0






