photo

D.


IZKF Aachen

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
2 답변

순위
145,363
of 300,365

평판
0

참여
9 질문
2 답변

답변 채택
77.78%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

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

14년 초과 전 | 0

| 수락됨

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변