Python, C++, C, MATLAB
Spoken Languages:
English
Estadística
33 Preguntas
112 Respuestas
15 Archivos
Cody1 Problema
41 Soluciones
CLASIFICACIÓN
229
of 300.753
REPUTACIÓN
421
CONTRIBUCIONES
33 Preguntas
112 Respuestas
ACEPTACIÓN DE RESPUESTAS
48.48%
VOTOS RECIBIDOS
208
CLASIFICACIÓN
106 of 21.075
REPUTACIÓN
10.325
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
15 Archivos
DESCARGAS
72
ALL TIME DESCARGAS
92722
CLASIFICACIÓN
11.206
of 170.858
CONTRIBUCIONES
1 Problema
41 Soluciones
PUNTUACIÓN
565
NÚMERO DE INSIGNIAS
6
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
4 Público Canales
EVALUACIÓN MEDIA
29
CONTRIBUCIONES
2 Temas destacados
MEDIA DE ME GUSTA
15
Feeds
Managing RESTful web sessions using cookies in MATLAB
Instead of waiting for answers, I decided to write my own class to handle this. I also wrote a utility function to download publ...
alrededor de 2 meses hace | 0
| aceptada
Pregunta
Managing RESTful web sessions using cookies in MATLAB
I'm trying to download a file from the web, programmatically in MATLAB. The issue I have is that the file requires some authenti...
alrededor de 2 meses hace | 1 respuesta | 0
1
respuestamex compilation failure after most recent macOS update
Based on comments to an answer to a similar question, I found adding the following to my mex invocation solved this issue: mex ...
alrededor de 2 meses hace | 1
Enviada
Example MATLAB class wrapper for a C++ class
An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface.
casi 3 años hace | 2 descargas |
Apple's M1 native support
MATLAB R2022a still doesn't run natively on Apple silicon. The release notes say "On Apple silicon Macs, MATLAB runs using the R...
casi 4 años hace | 4
Resuelto
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
alrededor de 4 años hace
Resuelto
Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...
alrededor de 4 años hace
Exporting images (png) through export_fig - painfully slow
Reducing the level of anti-aliasing will reduce the sixe of the images created, saving time. Use the '-aX' option, where X is 1 ...
alrededor de 4 años hace | 0
export_fig Transparency
The answer is in the help text you shared (you just want the axes color to be white, not none): fig = figure; plot(rand(5)) t...
alrededor de 4 años hace | 0
Changing image rendering?
Basically you are rendering a binary image, and you're getting gray levels instead of just black and white? What are you using ...
más de 5 años hace | 0
Enviada
Batch Job
Toolbox to spread batch work over multiple MATLAB instances, even on other PCs
más de 5 años hace | 1 descarga |
Enviada
SC - powerful image rendering
Useful tool for rendering and outputting information rich images
más de 5 años hace | 4 descargas |
Pregunta
When does an update to a function come into effect?
If I edit an existing function, and save the file, when does that change come into effect, in the following scenarios: Code is ...
casi 6 años hace | 0 respuestas | 2
0
respuestasMatlab editor doubt - edit running code
In more recent versions of MATLAB, if you drag a file from a folder into the editor window, that file will open immediately, eve...
casi 6 años hace | 0
Pregunta
How can I render points in 3D such that they correctly occlude each other
When I use plot3() to render points (using the OpenGL renderer, in hardware mode, with full hardware support), the occlusion of ...
más de 6 años hace | 0 respuestas | 0
0
respuestasEnviada
fix_lines
Improves the style of lines in MATLAB generated eps files
casi 7 años hace | 2 descargas |
How to display 70 128*128 images in Matlab from a mat file
The imdisp method in the <https://www.mathworks.com/matlabcentral/fileexchange/16233-sc-powerful-image-rendering sc> FEX submiss...
alrededor de 7 años hace | 0
Resuelto
expand intervals
You're given a row vector of an even number of monotonically increasing integers. Each pair of consecutive integers is the lower...
alrededor de 7 años hace
Plot 2D images in 3D scatter plot
h = surface(X, Y, Z, im, 'facecolor', 'texturemap', 'edgecolor', 'none'); alpha(h, 0.5); X, Y, and Z are each 2x2 matric...
alrededor de 7 años hace | 1
| aceptada
Enviada
maximize
Platform independent function to maximize a figure window.
más de 7 años hace | 1 descarga |
Enviada
Image Alignment Demo with several goodies: Lie algebra, auto differentiation...
Demonstration of gradient-based image alignment, including some nice tricks and handy software
más de 7 años hace | 1 descarga |
Which standard MATLAB functions do you shadow with your own version, and why?
I shadow *bsxfun* with my own version, which calls the builtin function bsxfun for all inputs except symbolic ones, for which I ...
más de 8 años hace | 0
Which standard MATLAB functions do you shadow with your own version, and why?
I shadow *dot* and *cross* with my own versions, which extend the standard functionality to allow for inputs which have <https:/...
más de 8 años hace | 0
Pregunta
Which standard MATLAB functions do you shadow with your own version, and why?
When you have two functions on your MATLAB path with the same name, the function in the directory higher up the path gets called...
más de 8 años hace | 9 respuestas | 0
9
respuestasEnviada
C++ JSON IO
Mex wrapper to C++ class for fast reading and writing of JSON files
más de 8 años hace | 2 descargas |
Enviada
Tensor matrix multiply
Matrix multiplication over tensor arrays (i.e. arrays of matrices), with matrix transposition.
casi 9 años hace | 1 descarga |
How do *you* debug mex files on Mac OS
<https://www.mathworks.com/matlabcentral/answers/249023-debugging-c-mex-files-in-xcode-7-on-el-capitan#answer_197054 This> is ho...
alrededor de 9 años hace | 0
Debugging C++ mex files in Xcode 7 on El Capitan
I have been able to hit a breakpoint in my mex code, within the Xcode IDE, by doing the following steps: # <https://www.mathw...
alrededor de 9 años hace | 0
Debugging C++ mex files in Xcode 7 on El Capitan
I build the mex file as a command line project in Xcode, using the following custom build settings: <</matlabcentral/answers/...
alrededor de 9 años hace | 0











