Feeds
질문
Change the name of a column in one gui from another
*OBJECTIVE* I am trying to change the column names of a table named 'data' in the main gui from a sub-gui to the value of 're...
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
Solving Matrices with Symbolic Variables
I am trying to figure out how to solve a problem such as [A]{X}={0} where [A] is a numerical matrix such as [1 2 3 4] ...
거의 14년 전 | 답변 수: 3 | 1
3
답변답변 있음
Multiple GUI's together for the same program
Suppose you have 2 GUIs main and ext_plot you can open the 2nd GUI from main with the line ext_plot; You can pass varia...
    
  
Multiple GUI's together for the same program
Suppose you have 2 GUIs main and ext_plot you can open the 2nd GUI from main with the line ext_plot; You can pass varia...
거의 14년 전 | 1
| 수락됨
답변 있음
Locating max/min of 3d surface
I found the answer myself so I figured I might as well post the solution for anyone else. sh=ezsurf(func,limit); zd=get(...
    
  
Locating max/min of 3d surface
I found the answer myself so I figured I might as well post the solution for anyone else. sh=ezsurf(func,limit); zd=get(...
거의 14년 전 | 0
| 수락됨
질문
Locating max/min of 3d surface
How could I go about locating the global min/max of a user input function. The GUI plots a function based on user input: % Ge...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
Create a function from user input string
I am trying to develop a GUI which will allow the user to type a function into a text box and then perform operations to that fu...
거의 14년 전 | 답변 수: 2 | 0
2
답변질문
Store keys pressed
Hi, Im trying to store all the keys pressed in a vector to export to excel. My question is how to create a loop which stores ...
거의 14년 전 | 답변 수: 1 | 0





