Pregunta


How to save clustergram as fig file using code?
I generate a clustogram using R2016a, cgo = clustergram(rand(94,250),... 'RowLabels',repmat({'rowLabel'},1,94),......

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to replace google-collect.jar with the newer version guava.jar
I have the same error with you . Have you solved?

alrededor de 3 años hace | 0

Pregunta


deployed app exit when GUI appeared
Hi, I have a function that shows a GUI with buttons and callbacks. When running in matlab, it create the gui figure and relea...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


im2bw get different binary results on same data between double and uint8 in R2016a
Hi, I am using im2bw to convert a RGB image to binary, but get very different results when image was in uint8 or double format. ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Cannot find builtin function 'waitbar'
Hi, I am calling builtin fucntion to run waitbar in R2017b but got an error: Cannot find builtin function 'waitbar'. Is w...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to show file name instead of full file path in matlab's code editor bar
Hi, Usually the m code editor bar shows the full path to m file. Occasionally I found that when I open the code editor and var...

más de 3 años hace | 0 respuestas | 7

0

respuestas

Respondida
Pass matlab javaArray('java.lang.Integer',Length) as "java method input: int[]" to be filled in the method failed
I find an answer here. https://www.mathworks.com/matlabcentral/answers/94559-why-do-i-receive-an-error-when-i-call-the-read-met...

más de 3 años hace | 0

| aceptada

Pregunta


Pass matlab javaArray('java.lang.Integer',Length) as "java method input: int[]" to be filled in the method failed
In java/C#/C++ method, there is a way to input a empty array as one argument in, and the method can fill this array, which could...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to input to "imread" using uint8 vector that is equivalent to binary data of image file from fread
Hi, I am trying to read many 512x512 jpg files that extracted from a .db database as uint8 vector for each file. The vector is...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


SQLite JDBC error: [SQLITE_ERROR] SQL error or missing database (no such table:)
I'm trying to read data from a .db file. This file has a colume of blob data type that cannot be read by function sqlite. So I ...

más de 3 años hace | 0 respuestas | 1

0

respuestas

Respondida
Unexpected type: SQL_BLOB; (zero-based)
sqlite interface only support several basic data type. To access blob, you may use database function to create a connect object...

más de 3 años hace | 0

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 4 años hace

Pregunta


How to pop the content of a matrix in a way like pop the content of a cell
We know that the arguments of a function can be placed in a cell and call it like this: aCell = {arg1,arg2,arg3}; myFunction(a...

casi 4 años hace | 3 respuestas | 0

3

respuestas

Enviada


me: call self in recursive way but independent of mfilename
With argument,this funciton call the mfilename that it was located in, in an recursive way and can retrieve output.

casi 4 años hace | 1 descarga |

Respondida
How to ignore not serializable variables when saving workspace
https://www.mathworks.com/matlabcentral/fileexchange/74345-save-caller-s-workspace-to-mat-file-skip-all-java-object

alrededor de 4 años hace | 0

Enviada


MFquestdlg: add two more cool fratures to MFquestdlg
Add two cool features to ‘MFquestdlg from Saeid https://www.mathworks.com/matlabcentral/fileexchange/31044-specifying-questdlg-p...

más de 4 años hace | 2 descargas |

Pregunta


when combing OnCleanup with evalin, weird order of execution
This function is to print in cmd window that the function was executed and exited. The expected outcome is : 1 $$$$$$-En...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Enviada


prologue
insert this line to beginning of function then every execution wil be logged in cmd window

más de 4 años hace | 1 descarga |

Pregunta


unexpected comma in regexp output
Hi, everyone, I want to extract the word "Df(3R)ED50003". from a string below: The word is composed of A-Z a-z 0-9 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find minimum number of largest square of 1 in an 2D bool matrix
I have a 2D bool image (dimension 81x65) with several irregular regions black(mainly in the middle) and other pixes white(mainly...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


help on regexp to extract words between ""
aMajorLine = 'var _0x3f86=["\x72\x65\x64","\x67\x72\x65\x65\x6E","\x62\x6C\x75\x65"]'; [a,b] = regexp(aMajorLine,'var _0x3f86=\...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Enviada


RMD_TLL_primer_order
Fully Automated primer order on Temasek Lifescience Laboratory(TLL)

más de 4 años hace | 1 descarga |

Pregunta


how to fread not a file, but a vector that equals fread a file in binary form?
I have a vector aVec = [45,234,123,.........] % that is equivalent to: % fread(anyfile, 'r') I want to read tha...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to open .m fiile in editor and move to specific line number?
I'm wondering if there is a command to open a .m file and also locate to specific line? The effect should be same with Matlab...

más de 4 años hace | 1 respuesta | 1

1

respuesta

Enviada


strrep variants for case-insensitive
strrep variants for case-insensitive

casi 5 años hace | 1 descarga |

Respondida
hyper text display problem: " and ' inside href = " "
Also,the following hypet text does not show correctly unless modified: before modify disp('<a href="matlab: ...

casi 5 años hace | 0

Pregunta


hyper text display problem: " and ' inside href = " "
disp(['<a href="matlab: system(''"C:\p q.exe" "D:\ w rd.txt", -n45'')','">click me to run a file</a>']); The hyperlink termina...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Enviada


isadmin
Tell whether matlab is running in administrator mode or not.

casi 5 años hace | 1 descarga |

Respondida
M-script to determine if user has administrator rights
function out = isadmin out = System.Security.Principal.WindowsPrincipal(... System.Security.Principal.WindowsIdentity....

casi 5 años hace | 1

Pregunta


evalin('caller','mfilename') does not work.
function out = cdc out = evalin('caller','mfilename'); end This fucntion returns the 'cdc', not the caller's mfilename.

casi 5 años hace | 2 respuestas | 0

2

respuestas

Cargar más