Frage


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

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 3 Jahre vor | 0

| akzeptiert

Frage


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

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


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

mehr als 3 Jahre vor | 0 Downloads |

0.0 / 5

Frage


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

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 3 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 4 Jahre vor | 0

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 7

0

Antworten

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

fast 5 Jahre vor | 0

| akzeptiert

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 5 Jahre vor | 0 Antworten | 1

0

Antworten

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

fast 5 Jahre vor | 0

Gelöst


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

fast 5 Jahre vor

Frage


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

fast 5 Jahre vor | 3 Antworten | 0

3

Antworten

Gesendet


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.

etwa 5 Jahre vor | 1 Download |

0.0 / 5

Beantwortet
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

mehr als 5 Jahre vor | 0

Gesendet


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

mehr als 5 Jahre vor | 2 Downloads |

5.0 / 5

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden