photo

D.


IZKF Aachen

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
2 Answers

RANK
145,357
of 300,364

REPUTATION
0

CONTRIBUTIONS
9 Questions
2 Answers

ANSWER ACCEPTANCE
77.78%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Answered
File name is too long using IMREAD in GUI
I had a similar problem. In my case it was caused by the OS specific behaviour of the "ls" command. Under UNIX it put all files...

11 years ago | 0

Question


Memory usage constantly growing: efficient RAM usage in my script?
Hello, I have a very long running MATLAB script working with variables which use 1 GB storage if I save them on harddisk with...

12 years ago | 1 answer | 0

1

answer

Question


Why doesn't ttest function accept gpuArrays?
In the list of MATLAB functions supporting gpuArrays ( <http://www.mathworks.de/de/help/distcomp/using-gpuarray.html#bsloua3-1> ...

13 years ago | 0 answers | 0

0

answers

Question


Folder names in MATLAB project
I downloaded some MATLAB project from the file exchange which consist of some m-files in the main directory and other m-files in...

13 years ago | 1 answer | 0

1

answer

Question


MCR: Running a 32-Bit executable on a 64-Bit system
I am using Windows 7 64-Bit and i tried to run a 32-Bit executable (EXE) on it. After some back and forth installing the MATLAB...

14 years ago | 1 answer | 0

1

answer

Answered
Add cut push button to figure
OK, I solved the problem using uipushtool. [cd,~,alpha] = imread('icons/cut.png'); cd = double(cd) / 255; ...

14 years ago | 0

| accepted

Question


Add cut push button to figure
How can I add a cut button to my figure? E.g. for getting file open and save buttons, I use this code: audiotb = uit...

14 years ago | 1 answer | 0

1

answer

Question


How to create sounds with specific characteristics?
How can I create sounds with MATLAB with the following characteristics: Sound 1: pitch: 3 sinusoidal partials of 500, 1000 ...

14 years ago | 1 answer | 0

1

answer

Question


Is it possible to run a built exe without MCR?
I used deploytool to create a Windows Standalone Application. Is it possible to create an executable which doesn't depend on th...

14 years ago | 2 answers | 0

2

answers

Question


Which functions are not supportet by deploytool?
I am building a Windows Standalone Application from my MATLAB code. But I remembered that there are some MATLAB functions (e.g. ...

14 years ago | 1 answer | 0

1

answer

Question


add string to matrix/ array in loop
I wrote this function to get the full paths of all files in a specific folder: function [ paths ] = getPaths(folder) %GETP...

14 years ago | 2 answers | 0

2

answers