Richard McCulloch
Idaho State University
Followers: 0 Following: 0
Professional Interests: Engineering: Nuclear, Biomass, Mechanical; Image Processing; Evolutionary Optimization
Estadística
6 Preguntas
7 Respuestas
3 Archivos
CLASIFICACIÓN
3.245
of 295.569
REPUTACIÓN
17
CONTRIBUCIONES
6 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
4.109 of 20.247
REPUTACIÓN
348
EVALUACIÓN MEDIA
4.10
CONTRIBUCIONES
3 Archivos
DESCARGAS
17
ALL TIME DESCARGAS
3235
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasEnviada
Simple 2D Fourier
Plotting program for 2D fourier expansions.
más de 10 años hace | 1 descarga |
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...
más de 10 años hace | 4
| aceptada
Pregunta
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; ...
más de 10 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 10 años hace | 0 respuestas | 0
0
respuestasContour 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...
más de 11 años hace | 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...
más de 11 años hace | 0
| aceptada
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...
más de 11 años hace | 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=...
más de 11 años hace | 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...
más de 11 años hace | 1
Pregunta
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...
más de 11 años hace | 0 respuestas | 0
0
respuestasEnviada
Easy Sensitivity (Tornado) Plot Function
This function makes a tornado sensitivity plot and returns the sensitivity values.
más de 11 años hace | 11 descargas |
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...
más de 11 años hace | 0
Pregunta
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...
más de 11 años hace | 0 respuestas | 0
0
respuestasEnviada
Tornado Plot
This creates tornado plots based on a specified sensitivity value.
más de 11 años hace | 5 descargas |
Pregunta
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 ...
casi 12 años hace | 4 respuestas | 0