David Goldsmith
Wash. St. Dpt. of Ecology, Env. Assessment Prog.
Followers: 0 Following: 0
Professional Interests: Any variety of mathematical analysis and programming
Estadística
47 Preguntas
21 Respuestas
CLASIFICACIÓN
2.287
of 295.467
REPUTACIÓN
27
CONTRIBUCIONES
47 Preguntas
21 Respuestas
ACEPTACIÓN DE RESPUESTAS
46.81%
VOTOS RECIBIDOS
19
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
of 153.912
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
32-bit and 64-bit and DB issues, oh my!
Hi! Just had my platform upgraded to Win7 64-bit (from 32-bit XP). Trying to get my database toolbox stuff to work. After fail...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Using M2HTML with Matlab's "Display Custom Documentation"
Hi! Is any one aware of a package that supplements <http://www.artefact.tk/software/matlab/m2html/ M2HTML> to make its output <...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Way to force a fetch error,
(for error-handling testing purposes) when the preceding exec command executed fine: is there one? Thanks! DG
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Way to make a brushable plot not?
Hi! I have a complex, linked figure w/ both brushable plots and non-brushable ones, and both 2-d and 3-d plots; some of the 3-d...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Brush callbacks: what am I missing?
Hi, folks! So, the Tips for the brush command state (I've spliced the following up a little to focus on ActionPostCallback but ...
más de 11 años hace | 1 respuesta | 0
1
respuestaHow to retrieve handle of just-brushed object (again!)
Sorry for the noise, I finally found it in the online doc: http://www.mathworks.com/help/matlab/ref/brush.html#btl1kw9-1 s...
más de 11 años hace | 0
Pregunta
How to retrieve handle of just-brushed object (again!)
Seems I asked this question almost two years ago; I got one answer, but it wasn't sufficient (I didn't fully realize why at the ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Has anyone else encountered the JDBC Daylight Savings Time bug?
I have confirmation from MathWorks support of the following bug in the JDBC driver used by (at least) the Windows 64-bit R2012b ...
más de 11 años hace | 3 respuestas | 5
3
respuestasPregunta
How to catch java.sql.SQLException
Hi! The compiled (Windows standalone app) version of my works-fine-in-the-interpreter MATLAB code is crashing with: java.sql...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
What's the status of 64-bit MATLAB support for ODBC?
Hi! I'm trying to get more information to answer my boss' question: "why are we still compiling in 32-bit MATLAB?" I knew it w...
casi 12 años hace | 2 respuestas | 0
2
respuestasRuntime errors in compiled standalone
Here's the email I just sent my support person (explains where I am/what I'm doing now): Given that it was necessary to build...
casi 12 años hace | 0
Runtime errors in compiled standalone
More data: I started from scratch, i.e., I built my own project (I have been working with someone else's, and no, he's not avail...
casi 12 años hace | 0
Pregunta
Runtime errors in compiled standalone
Hi! I'm trying to figure out why my compiled standalone app, whose source runs fine within Matlab, is crashing. First I was ge...
casi 12 años hace | 5 respuestas | 0
5
respuestasloop-less way to str2double a portion of a cell array in place?
Thanks, Matt, your example works. In my case, I needed more than simply being "pointed in the right direction": as I said in th...
alrededor de 12 años hace | 0
Pregunta
loop-less way to str2double a portion of a cell array in place?
Hi! I feel like I shouldn't need to ask this by now, but everyway I try doesn't work: I have a cellstr array, some elements of ...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Has anyone written a cascading popup-style uicontrol?
e.g., similar to what is possible w/ uicontext menus, only as a uicontrol so it can "live" in a figure or panel? (As near as I ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Way to get open database cursors?
Database toolbox Q here--if that ain't your kuleana, please ignore. Say I've been "lazy" and/or "forgetful" and haven't been ...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasStrange database toolbox behavior
And now it's back again--any ideas re: how to diagnose this?
alrededor de 12 años hace | 0
Strange database toolbox behavior
And as suddenly as it appeared, the problem has disappeared: the "where-less" query is no longer throwing a java heap out of mem...
alrededor de 12 años hace | 0
Pregunta
Strange database toolbox behavior
I have a simple SQL Server query--SELECT [field list] FROM [in-database view]--that, with a where clause, returns the correct re...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Efficient way to change a struct of (mixed-type) arrays into a structure array?
Hi! Resulting from a DB query, I have a 6-field scalar struct consisting of 1522-element arrays, some cell, some numeric (if th...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
array/cellfun vs. for loop
Are arrayfun and cellfun always faster than functionally equivalent for loops? If so, why? (E.g., is it a difference in the li...
más de 12 años hace | 1 respuesta | 4
1
respuestaWhat is missing from MATLAB?
Assignment inside anonymous functions; for example, I'd like to be able to do something like: cellfun(@(x,y) out.(x) = y, in(...
más de 12 años hace | 0
Pregunta
Slightly off topic: determining at the Windows system level when my process is done
Hi! In Windows7, I have a long-running process running in the command interpreter, i.e., once it's done, the OS will still see ...
más de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Invalid Addresses sendmail exception
Hi! I'm having a new problem w/ sendmail, new in the sense that I've used sendmail many times before but have never experienced...
más de 12 años hace | 1 respuesta | 1
1
respuestaSimulate single precision arithmetic in Matlab?
Ouch, the C program's output format bit me; it's somewhat complicated, so suffice it to say I was comparing apples to oranges (t...
más de 12 años hace | 0
Simulate single precision arithmetic in Matlab?
OK, points well-taken, so here's the nitty-gritty: In what follows, P ("big" O(1-10)), T (O(1-10)), and K (O(0.1-10)) are inp...
más de 12 años hace | 0
Pregunta
Simulate single precision arithmetic in Matlab?
Hi! I'm trying to replicate, in Matlab, compiled algorithms implemented in C using single-precision arithmetic; I have the C so...
más de 12 años hace | 5 respuestas | 0
5
respuestasPregunta
fastinsert returns "Numeric value out of range" error, but insert works
Hi! I have a situation where, on precisely the same data set, fastinsert is returning "Java exception occurred: sun.jdbc.o...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Possible to add datatypes to database toolbox
Hi! I'm running into the "Unsupported data type" error trying to fastinsert a Matlab string into a uniqueidentifier-typed field...
más de 12 años hace | 0 respuestas | 0