Statistics
RANG
2 633
of 273 545
RÉPUTATION
17
CONTRIBUTIONS
51 Questions
23 Réponses
ACCEPTATION DE VOS RÉPONSES
64.71%
VOTES REÇUS
12
RANG
11 338 of 18 459
RÉPUTATION
34
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
9 Fichiers
TÉLÉCHARGEMENTS
12
ALL TIME TÉLÉCHARGEMENTS
145
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Programmatically performing "Expand axes to fill figure"?
works not very well if there are text or annotation created outside the plot area as they will be partially cropped. axis tickl...
environ 2 mois il y a | 0
Question
keypress callback in figure works but always send a copy of key to matlab command line afterwards
Hi,I am writing a callback to a figure: f=figure; imagesc(rand(56,67)) % set(f,'KeyPressFcn',[]); set(f,'WindowKeyPressFcn',...
3 mois il y a | 1 réponse | 0
0
réponseQuestion
javaaddpath not update during runtime inside a function
Hi, I encountered a problem trying to load a jar inside a function. The problem is that when the function runs, it goes into in...
7 mois il y a | 1 réponse | 0
0
réponseQuestion
com.google.gson appears multiple time in matlab jar library and refuse to load new version of com.google.gson
I have encountered this problem in many times in the past years. Matlab has several library jars with com.google.gson class, in...
7 mois il y a | 1 réponse | 0
0
réponseHow to let a lab tell if another lab is idle or not in a spmd block at that time : isidle(labindex)
labProbe can solve this problem.
11 mois il y a | 0
| A accepté
Question
How to let a lab tell if another lab is idle or not in a spmd block at that time : isidle(labindex)
Hello, Is there a way to let lab 2 know if a lab 1 is idle or not in a specific timepoint: % an example (not related to reali...
11 mois il y a | 2 réponses | 0
2
réponsesQuestion
m file code sometimes loss a "end" and corruput the file on hard disc.
I encountered some very rare error (~1 occurance/year). The error is that when I run matlab project/functions, very rarely the ...
11 mois il y a | 1 réponse | 0
1
réponseA soumis
loop pause continue manipulator
This small panel can pause during a loop by switch the button anytime. If switch to pause, next loop will pause,, until switc...
11 mois il y a | 1 téléchargement |
Question
Can I delete the folder C:\MATLAB\SupportPackages\R2016a\downloads?
I have installed several Suppoer Packages before, but my C drive is almost full. I found several large files, such as NIDAQ145...
12 mois il y a | 1 réponse | 0
0
réponsePowerPoint ActiveX(COM interface) became very unstable suddenly
The problem is solved by 2 ways: (1) always use admin account. (2) let admin entitle the admin privileges to the account to be...
environ un an il y a | 0
| A accepté
Question
PowerPoint ActiveX(COM interface) became very unstable suddenly
Hi, I have been using ActiveX to control powerpoint (such as insert picture, text box) for a long time. The background is that,...
environ un an il y a | 1 réponse | 0
1
réponseproblem with watershed 3D segmentation
max(max(max(L))) is 5, which means there are already 5 cells detected. you can play like this : implay(L*40,2) the display ra...
environ un an il y a | 0
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...
environ un an il y a | 0
Question
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...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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),......
presque 2 ans il y a | 1 réponse | 0
1
réponseHow to replace google-collect.jar with the newer version guava.jar
I have the same error with you . Have you solved?
presque 2 ans il y a | 0
Question
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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. ...
environ 2 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 6
0
réponsePass 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...
plus de 2 ans il y a | 0
| A accepté
Question
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 1
0
réponseUnexpected 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...
plus de 2 ans il y a | 0
A résolu
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:...
plus de 2 ans il y a
Question
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...
plus de 2 ans il y a | 3 réponses | 0
3
réponsesA soumis
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.
plus de 2 ans il y a | 1 téléchargement |