回答済み
How to prevent a figure window to automatically take focus
This is how I solve the problem: focusHwnd = WindowAPI(0,'GetFocusHWnd'); % ... do the figure, plot, etc. WindowAPI(focusHwnd...

3年弱 前 | 0

質問


File size continuously increase when use h5D.write() to update some data block in original place.
Hi, I am trying to update a data block into a h5 file using h5D.write. The updated file opens with no problem, but the file si...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


strsplit: the deliminator on both sides was still kept but not removed
Hi, I am using strsplit to split a string by space using R2016a. I expect all the space was removed, but I got: strsplit(' aa...

約3年 前 | 1 件の回答 | 0

1

回答

質問


fread does not return the required length of data for large file.
Hi I aim to read a region of data from a large file in binary mode, but the returned vector is of wrong length. % a file of 3...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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),......

3年以上 前 | 1 件の回答 | 0

1

回答

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

4年弱 前 | 0

質問


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...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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. ...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

約4年 前 | 0 件の回答 | 7

0

回答

回答済み
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...

4年以上 前 | 0

| 採用済み

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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 ...

4年以上 前 | 0 件の回答 | 1

0

回答

回答済み
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...

4年以上 前 | 0

質問


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...

4年以上 前 | 3 件の回答 | 0

3

回答

回答済み
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

4年以上 前 | 0

質問


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...

約5年 前 | 0 件の回答 | 0

0

回答

質問


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 ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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=\...

約5年 前 | 2 件の回答 | 0

2

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

5年以上 前 | 1 件の回答 | 1

1

回答

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

5年以上 前 | 0

質問


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...

5年以上 前 | 2 件の回答 | 0

2

回答

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

5年以上 前 | 2

質問


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

5年以上 前 | 2 件の回答 | 0

2

回答

質問


getenv() returns the results that are not complete.
On the windows system the environment variable CLASSPATH is: .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;D:\QMDownload\6...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


Implicit java object variable initializaton or declare
A function Miji() load a mij.jar file defined in matlab's static javaclasspath.txt by this way: function Miji ... MIJ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


[Weired] Data not update when placed in a for/while loop
I used matlab and python interface to convert my voice to text: When run the code again and again, it successfully record my sp...

6年弱 前 | 1 件の回答 | 0

1

回答

さらに読み込む