문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13년 초과 전

답변 있음
Help on commend 'cla' for axes on GUI
Now cla command is working properly. Maybe I forgot to delete one off the hold off command.

거의 14년 전 | 0

| 수락됨

질문


Help on commend 'cla' for axes on GUI
Hi everyone, On my GUI there is a axes called as axes1 and I added ButtonDownFcn to axes1. After some plot I want to clear t...

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

1

답변

질문


Combining plots
Hi everyone. I want to combine discontinious line as follows. h1=plot([0 1],[0 1],'DisplayName','data1') hold on ...

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

1

답변

질문


How to set the event priority on GUI?
Hi everyone. Here is an basic but important question. Think about a GUI which have a textbox named as edit1 and let us add an ev...

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

1

답변

질문


How can I restrict the border of a figure on GUI.
Hi everyone, I am working on GUI and as an example we can focuse on "GUI with axes and menu" in MATLAB GUI builder in order to d...

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

0

답변

질문


Why the computing time of a function is bigger than main fuction?
The computational time of first tic-toc is 0.000050 seconds.and second computatioal time is 0.000521 seconds. Nearly ten times b...

거의 14년 전 | 답변 수: 4 | 2

4

답변

답변 있음
Working with global variables is fast?
Thank you but I have already used inplace functions in my code. In functions I am not declerating a new variable. When I create ...

거의 14년 전 | 0

질문


Working with global variables is fast?
Here is my problem I am goint write a large program and at the begining I want to decide the way that I will code in order to ru...

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

2

답변