Anna Case
Followers: 0 Following: 0
Graduate student in electrical and computer engineering at Iowa State University.
Estadística
5 Preguntas
3 Respuestas
0 Problemas
17 Soluciones
CLASIFICACIÓN
203.860
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
24.065
of 153.912
CONTRIBUCIONES
0 Problemas
17 Soluciones
PUNTUACIÓN
192
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to load thinkgear library and thinkgear.dll to matlab?
You have the *.dll downloaded, so you will just need to point MATLAB to the *.dll directory as well as the include/ files (the *...
más de 3 años hace | 0
plot radiation intensity of an antenna
% Define theta and phi vectors phi = [0 pi]; theta = linspace(-pi,pi,501).'; % Compute U U(theta,phi)=eta/2((-1j*k*I*L*exp(-...
alrededor de 4 años hace | 0
Pregunta
Finding normal curvature from principal curvatures?
I have two principal curvatures defined as: k1 = H + sqrt(H.^2 - K); k2 = H - sqrt(H.^2 - K); and I would like to define the ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I set the container of an App Designer component?
I am working on a large app in app designer and need to move some components around. The app has 6 layered containers (i.e. tabs...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Items + Items Data issue
I have defined: app.select_solver_calc_properties.Items = {'Fminsearch', 'Fmincon', 'Look-up Table', 'Genetic Algor...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I save an executable as a variable in a *.mat?
Hi, I am updating an application to use App Designer. One of the things we do in the Opening function is load a *.mat which def...
más de 4 años hace | 0 respuestas | 0
0
respuestasHey, I am having trouble indexing into string vectors
tf = [1 3] is what you are looking for. If you open up the variable res, you will see "ABC" is in index 1 and "GHI" is in index ...
más de 4 años hace | 0
Pregunta
Variable originally saved as a structure cannot be instantiated as an object and will be read in as a uint32
Hello, I am trying to load a *.mat file which contains a structure. This is not working in MATLAB 2019a or 2020a. I get: Warni...
más de 4 años hace | 2 respuestas | 0