photo

Martijn

MathWorks

Last seen: 5 dagar ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
51 Answers

Cody

0 Problems
15 Solutions

RANK
345
of 299 737

REPUTATION
244

CONTRIBUTIONS
0 Questions
51 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
66

RANK
 of 20 791

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
29 743
of 165 655

CONTRIBUTIONS
0 Problems
15 Solutions

SCORE
160

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • 3 Month Streak
  • Revival Level 2
  • Knowledgeable Level 4
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
MATLAB not detecting Java even after setting JAVA_HOME and MATLAB_JAVA
Note that MATLAB R2025a can in fact still use Java for example if you want to call Java from MATLAB, see: https://www.mathworks...

15 dagar ago | 1

Answered
How can I stop the execution of a Matlab generated DLL with an external command?
Please see the following article: https://www.mathworks.com/matlabcentral/answers/126050-how-can-i-create-event-like-behavior-w...

mer än 4 år ago | 0

| accepted

Answered
Degenerate mass distribution on follower side of a joint !
This is somewhat of a catch-all error in SimMechanics, but there are a couple common factors that can lead to this: Diagnosis 1...

mer än 4 år ago | 3

Answered
using windows 64 bit git or svn with 2014b 64 bit
To be able to work with Git in MATLAB you should select "Enable MathWorks source control integration" in your MATLAB preferences...

nästan 5 år ago | 0

| accepted

Answered
Pass MWNumericArray from c# to MATLAB
Bringing MATLAB Compiler SDK components (.NET, Java, Python, C/C++, etc.) back into MATLAB is quite simply not supported. Theore...

nästan 5 år ago | 0

| accepted

Answered
Error using MQTT callbacks in AppDesigner
If you wish to use a private method of an App Designer App as callback, please define your callback by referring to @app.myCallb...

mer än 5 år ago | 0

| accepted

Solved


QWERTY Shift Encoder
Encode a string using the QWERTY shift code. This code is where you touch type but are offset by one character to the right. ...

mer än 5 år ago

Answered
Protobuf crashes Mex-file
It appears that this a more generic limitation of protocol buffers, see for example: https://github.com/protocolbuffers/protobu...

mer än 5 år ago | 0

Answered
How is f(x) evaluated for each iteration using fsolve?
The values shown under f(x) in the iteration table are indeed not literally the function values at that given iteration, you are...

mer än 6 år ago | 1

| accepted

Answered
Has anyone else encountered the JDBC Daylight Savings Time bug?
This conversion actually happens inside the JDBC driver and what it probably does is assume that the date/time which you specifi...

mer än 6 år ago | 1

Answered
How do I change styles in a Word through actxserver.
In COM/VBA there is a concept called "default member", which is the member that gets called if you do not specify a specific met...

ungefär 7 år ago | 0

Answered
Can't reload '/usr/local/matlab-res.2015b/bin/glnxa64/libmwosgserver.so'
This issue may be related to a version conflict between system libraries and the libstdc++ version included with MATLAB. You may...

nästan 8 år ago | 5

| accepted

Answered
OpenMP Mex files : static TLS problem
If you want to make use of OpenMP, please follow this workflow: <https://www.mathworks.com/matlabcentral/answers/237411-can-i...

ungefär 8 år ago | 1

Answered
Getting Error on WebFigure
Please do not compile the example by running |compileVarArgServletDemo| in the $MATLABROOT\toolbox\javabuilder\Examples\jav...

nästan 9 år ago | 0

Answered
Setting Y-Limits of a target scope using Simulink Real-Time Explorer
The issue which you are seeing appears to be a bug in the real-time explorer when working with a locale which uses comma as deci...

ungefär 9 år ago | 0

| accepted

Answered
Dominating Frequencies of FFT and Lomb Periodogram do not agree - Why?
It does not look like there is anything with how you visualize the results. The results really are different because you use two...

mer än 9 år ago | 0

| accepted

Answered
Seeing gray pixels when plotting a binary image (> 1024 x 1024 pixels)
This is an issue which may occur in MATLAB R2015a when working with the OpenGL renderer in software mode. If possible try switch...

nästan 10 år ago | 0

Answered
Hoe to get size of returned array from C#
1. If you have a multidimensional array (like |Double[,,,]|) and not a Jagged array (like |Double[][][][]|), you should be able ...

nästan 10 år ago | 0

| accepted

Answered
MATLAB fails to execute line with uigetfile-- why?
It looks like you are running into the bug which is described here: https://www.mathworks.com/support/bugreports/895795 Th...

mer än 10 år ago | 1

Answered
Matlab 2013b does not have websave function?
WEBSAVE was introduced in MATLAB R2014b. Please have a look at the URLWRITE function for MATLAB R2013b.

nästan 11 år ago | 3

| accepted

Answered
errors in making standalone program using matlab 2013b
Errors like the one shown above occur when an application encounters a different tbb.dll version than expected. So the important...

ungefär 11 år ago | 3

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

ungefär 11 år ago

Answered
MCR 7.17 memory leak when used from Java
The problem here is with the anonymous MWArrays which you are creating to fill the struct array with. I will try to explain this...

ungefär 12 år ago | 1

| accepted

Solved


Add two numbers
Given a and b, return the sum a+b in c.

mer än 12 år ago

Solved


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

mer än 12 år ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

mer än 12 år ago

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

mer än 12 år ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mer än 12 år ago

Solved


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

mer än 12 år ago

Answered
Does Matlab R2011a DAQ toolkit support NI USB 6210?
According to the support hardware pages: http://www.mathworks.nl/products/daq/supported/ni-daqmx.html This device is indee...

mer än 12 år ago | 0

Load more