I am using BURAI for quantum espresso calculations and am getting the error ATOMIC_POSITION nonexistent. I have attached the scf .in file and the crash file. I am using the CIF file of LaFeO3 I downloaded from materials project. Any help would be appreciated as I am not very familiar with these...
This has been a big annoyance for me for a while. I do some GUI development and programming for some of the Manufacturing Test Fixture programs that I develop, so I'm sensitive to making GUIs intuitive and easy to use.
But with many PC and phone interfaces (mainly browser-based), the program...
Is it possible to bring it into this shape using the gridlayout?
I use empty label to add this empty gridThis is my code:import javax.swing.*;
import java.awt.*;
public class test {
public static void main(String[] args) {
JFrame frame = new JFrame()...
I have written a program that will launch three JFrame windows if the user enters the correct things everywhere. In case there is a mistake, an error window will open, and then after 3s, the user will be re-directed to the window where he made the error.
The flowchart is attached.
Everything...
Hello!
Happy Sunday, I am trying to create a MATLAB GUI that can take an input ( i am starting out with just one variable) and take its derivative and display the result. I have attached pictures of what my GUI looks like, and also the code I wrote so far.
Let me also describe my method:
I have...
I'm new to this forum, as well as Python, so bare with me, won't you:)
Ok, so I have this GUI written in python and utilizing PYQT5. I have a functioning version, but I now want to add a QpushButton that executes a method called add_Bladebox. This method adds a doublespinbox to the gui. The...
Dear experts,
I´m performing a non-linear buckling analysis under ANSYS Mechanical APDL (v14.5) using an input file that processes the last converged step to generate some etable output.
When run in GUI everything goes fine: the non-linear buckling analysis is performed until it becomes...
Happy Monday folks!
I've been working on a program where I need to change the GUI on the fly. Specifically I need to do 2 things.
This program pulls information from an RSS xml feed and displays it.
As information is added (or removed) from the RSS feed I need to add or remove the...
Hi All,
I have been asking around on the "upgradeability" or scalability of GUI -based databases, e.g. Access
(using QBE) vs scripted ones, e.g., back-end SQL -based databases (no C# or PHP -based interface). I keep hearing scripted ones are preferrable in the sense of being easier to...
Dear friends!
Please explain me what API/Libraries uses in Java for create graphic user interface. I use SWING but I hear that SWING is oldest technology. What you uses?
I'm frustrated with several of my PCs' performance. The issue may be with their Internet connections, or with other processing issues. Is there some software package that I can run to give me a GUI window showing Internet bandwidth, memory usage, etc, to help me debug the sometimes slow...
Dear Group,
I am trying to to build a button ( with rectangle size) on the desktop of windows7,
Whenever I click on that button, it will connect to batch file (which I created for some function) and run that batch file (filename.bat),
Can you give me ideals that how to have that button on...
Hello PFers,
I'm trying to make a program in java which process user's position, initial velocity of the projectile and the elevation of the projectile and show the trajectory in GUI. The language is in java.
The problem is, the trajectory won't show. It is supposed to show the player's...
I have completed a small project of ac circuit analysis on intel galileo in arduino. I want to make a GUI now. How should I proceed? I know C and a little C++.
Hi All,
Just trying to figure out if we can find a file by knowing the name , without knowing the file path nor the
extension:
If we want to find all files with extension, say, .txt , we can use ( in Command Line ) the command
dir *. txt ; to find al files with extension .txt in a specific...
Hi, all there is an example for gui but I can not do. Could somebody help me. I generated a button in gui then I have to add some function on in. Codes are in the picture. Will I add them under callback function? Why can I not determine where I should I add them. To understand it
what...
Hi,
I notice my posts now have spell-check which I like but it's also changing little I to capital I which is a problem for me since I frequently make complex analysis posts which involves complex i. . I believe that's my web browser doing that right and not PF? Is there a way to disable...
Homework Statement
To modify a future value program so that a user inputs the data w/ a GUI
Homework Equations
principal = principal * (1+apr)
The Attempt at a Solution
Anyone familiar w/ python coding? I'm a beginner. I'm absolutely stuck on this problem, I seem to have...
Homework Statement
Just trying to finish up this assignment, no errors. I run the program, enter a value and a percentage, then click calculate. Program just runs, never displays results. Check my code below, let me know if something is wrong.
Driver:
package ch7pc1;
import javax.swing.*...
I want to display a real time signal from ECG
I use simulink block -scope and want it to be display in gui axes
This is a code from some other guy
function Command1_Callback(hObject, eventdata, handles)
button_state = get(hObject,'Value');
if...
Hello everyone,
Can anyone suggest me a suitable GUI programming language for windows (like Microsoft VB or anything else). The software should be free of cost. It also should not restrict me to publish my product as freeware/open source. (Additionally the software should be able to handle...
matlab gui to m and vice versa?
Hi guys, i am currently deferring the project and doing a GUI for it.
but I am trying to disect the workload and try from the basics
i would like to enquire how do i actually link up gui m file and a normal m file?
lets say i want to evaluate the addition...
Hi guys, i was wondering if any of u have done any projects in relations to the GUI and its builder in Matlab? have some burning & urgent questions to ask. hope to get ur replies
Develop an application that reads city, state and population entered from the user and writes this information to a file. The application should continuously prompt for this population information until terminated by the user.
Example file:
Jamestown FL 50000
Domville CO 10000
Jennyboro FL...
So I am a bit unfamiliar with Callback functions etc. But here is what I want:
when someone clicks on a button, something happens. Well I want it so that when they click on another button and a certain condition isn't met, then the same function carried out by clicking a completely...
Ok, Here is the assignment:
Develop a mortgage payment calculator. Design a GUI to enter price of home, down payment, interest rate. Your bank only offers 10, 15, and 30 year mortgages. Use grouped radio buttons to select between 10, 15, or 30 year mortgage. Monthly payment should be...
I am attempting to solve the following PDE using the GUI for Matlab's PDE toolbox.
\newcommand{\pd}[3]{ \frac{ \partial^{#3}{#1} }{ \partial {#2}^{#3} } }
\pd{\Psi}{y}{}
+ \pd{\Psi}{x}{2} + \pd{\Psi}{y}{2}=0
Is this possible? I have been able to use the PDE toolbox for...
I'm supposed to write a MATLAB code where it calculates kinematics of a robot arm and plots it. But the plot is required to have a way of user entering different values and be able to change position of the robot. I think i can handle the kinematics behind it but i have no idea how to make an...
I wanted to create a GUI that would launch a series of .exe files
My biggest problem right now is I do not know how to program the buttons to launch the executable files.
I have done some coding with C# but never any GUI work and not sure how to start.
I also wanted to see if there was...
I need to use an ActiveX control (and call on it's functions) from within a Windows Visual C++ console application. I can do what I need to with a dialogue-based MFC Windows application with a gui, but can't find any information on loading a control/calling it's functions from a console...
hi,
I'm ran into a problem while creating a Matlab GUI and I can't seem to find out why.
I'm trying to get multiple lines in one static text. I set the 'max' property on 12 and then wrote the following code to test:
A='a';B='b';C='c';D='d';E='e';F='f';G='g';H='h';I='i';J='j';K='k';L='l'...
Matlab GUI: putting several "edit text" inputs in one matrix
Hi,
I'm making a Matlab GUI that will ultimately send data to a robot. I have about 60 numbers being 6 polynomials of 10 terms. My "edit text"-boxes are currently named motG_RN_0 where the R can also be an S or a T and the N can also...
I am sorry because i recreate this post because the old thread is missing =(
I need to create a GUI using Visual basic to get input from user.A simple button click will be enough for the GUI.After i get the input, i need to load the input into PIC18F2550 through USB. This will then control my...
Hi Forum , i am planning to communicate with the microcontroller via serial communication and a GUI in matlab.
On microcontroller , I can make a serial terminal program that waits for data from MatLab coming through a serial port on the computer. From there I can make it so that MatLab can send...
Hi all - I've been working on some code in Comsol w/ Matlab that works fine on any machine I run it on - so long as I run it through the Comsol w/ Matlab GUI.
No matter which machine I run it on, the program fails if I run Comsol w/ Matlab through a CLI. Specifically, the geominport()...
I have a GUI interface designed in MATLAB GUIDE Builder. It works with several MEX files that control a piece of hardware. I need to compile this into a standalone application.
The deploytool's build function never compiles - it complains about the MEX files and returns:
"Error executing mcc...
I'm thinking about writing a GUI program (a wrapper to multithread loops and automate tasks) and I was wondering if there was a way to do this in a compatible way across Windows and Linux. You see, I'm running XP at home now but I think I may convert to Xubuntu in the near future. Should I...
after creating a gui ,how to call back a particular function?
for example ,if i have created a gui call for adding two numbers with one push botton named 'sum' ,so that when we click on the sum push botton ,it should display the result.the problem is how to link this push button to call the...
[Matlab virgin here]
I am in great need of some help. My task is to create GUI app to model simple harmonic motion of a spring with a mass attached to it. The requirements are to have the user be able to change every parameter of the equation:
my'' + cy' + ky' = f(t)
The m, c, k, and f are the...
Whenever we use GUIDE to create a GUI, GUIDE generates an m-file. Now,
is it possible for one to use this m-file generated by GUIDE to re-edit the GUI? I mean say I downloaded an m-file from the internet which has a GUI interface. Can I use GUIDE to edit the m-file and "tweak" the interface to...
Build a GUI to accept integers (when the ENTER key is depressed) into an arr
ay of 15 int; have a button called AVERAGE; when AVERAGE is selected, there
is a display of the count and the current average; have a button called CLEA
R; when CLEAR is selected, count is set to 0 and so are all...
Hello there,
I remember seeing a video demonstration a few years ago of this very strange type of GUI for that particular operating system. On the display monitor, there would be windows like usual, but the view could be rotated 360 degrees around to view other windows. If I remember...