photo

László Arany


UoB

2012년부터 활동

Followers: 0   Following: 0

메시지

I'm a mechanical engineering student using Matlab.

통계

MATLAB Answers

12 질문
3 답변

순위
8,647
of 300,779

평판
5

참여
12 질문
3 답변

답변 채택
83.33%

획득한 표
5

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to solve the dispersion relation in a symbolic expression?
I have a symbolic expression along the lines: H = @(f) a*k*f; where a is a constant. f is the rotational frequency and k...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


In symbolic expression how to include an expression that is a function of the symbolic variable?
I have an expression given as e.g.: g = @(x) f*x where f is a function of x and is defined as f(x) = b if x > a...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to generate .m file from GUIDE GUI?
Hi, I have created a GUIDE GUI in Matlab and wrote thousands of lines of code. I was moving a lot of objects in the GUIDE win...

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


How to plot only non-zero positive values in a bar3 graph?
This should be trivial but I can't figure it out. I have an NxM matrix, which I am plotting as a bar3 graph. All of them have t...

대략 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to put (tab delimited) text files together removing header text?
In the meanwhile I managed to sort out the last part of the question. This is a simple way to reach all files from a folder and ...

대략 12년 전 | 0

질문


How to put (tab delimited) text files together removing header text?
Hi, I have many text files in the following format: Name of the file Date Other useless data Column1 [unit] Col...

대략 12년 전 | 답변 수: 4 | 0

4

답변

답변 있음
guidata doesn't save my data, why?
Well, this does the trick, however, I still don't understand why my method doesn't work.

13년 초과 전 | 0

질문


guidata doesn't save my data, why?
I have a GUI made in GUIDE. I need to store some data within functions and they must be reachable by other callbacks. I am using...

13년 초과 전 | 답변 수: 4 | 0

4

답변

질문


Using guidata in a GUIDE GUI
Hi, I created a gui, which has many editable texts as input parameters, many buttons and axes. Some button presses call funct...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
GUI function data to workspace and to file
I could finally figure it out. You can save the data in the handles of the given GUI. So for example if your GUI is named "MyGU...

13년 초과 전 | 0

| 수락됨

질문


GUI function data to workspace and to file
I have a GUI which has a function which runs a few loops and calculates data into matrices. These data are then displayed in a p...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to write subscript in static text in a GUI?
Hi all, I need to write subscripts into static text objects in a GUI created with GUIDE. I googled the problem and found sev...

13년 초과 전 | 답변 수: 1 | 2

1

답변

질문


The sign "~" is not backwards compatible?
I am using MATLAB 2010b and I created a GUI in GUIDE. The code generated by Matlab contained a lot of input variables for GUI ...

13년 초과 전 | 답변 수: 1 | 3

1

답변

질문


How to put three coordinates in an element of a matrix?
What I'm trying to do is to put the coordinates of velocity vectors into the elements of a 2 dimensional matrix. (That is, I hav...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


Compare elements of two matrices
The necessary condition for my "while" loop to keep running is that not all elements of matrix B are smaller than those of matri...

거의 14년 전 | 답변 수: 1 | 0

1

답변