hi, i have a set of x,y,t in a text file sect.txt.. first line represents x1,y1,t1 and second is x2,y2,t1... the 4th line(3rd line is blank) is x3,y3,t2, followed by x4,y4,t3... i want to plot line which has coordinates x1,y1 and x2,y2, with thickness = t.. similary next line has coord = x3,y3...
Hi, i want to read a particular string from a text file using autoit. i wish to read it without explicitly opening the text file. the copied string should be then transferred to a excelbook (again, no need to open the excel book)...
with reference to my screenshot attached, my input to script...
Hi, i have 2 sets of x,y points ie; x1,y1 and x2,y2 ; i wish to plot a line between x1,y1 and x2,y2 - how do i do this in excel. my requirement is presented in the snap shot attached. the first line should have starting coordinate x1,y1=0,0 and its ending point at x2,y2 = 0,3. line 2 should have...
hi, i wish to know if fortran has commands like 'winwait' , 'winwait active' (i found these commands in Autoit) which can be used to run/automate windows applications. i am looking for developing a code which can run a third party program based on some 'IF conditions'.
hi, i wish to know if fortran can help in windows automation.
the job expected is: fortran code (in exe) should invoke a third party software on windows10(call the 3rd party software as ABC). the input file for ABC is a text file, upon the completion of run, the fortran exe should read through...
Hi, i wish to automate windows applications with a script. which one is best to learn - perl or python. My plan is to
1. automate windows applications, eg; invoke a software and make it run with certain inputs
2. read/write/replace text at specific locations inside the file
3. built small gui's...
Hi, i use autoit recorder to record the mouse clicks. i just want to record how to automatically open notepad.. the procedure i followed is uploaded as a video. when i run the .au3 file, the windows key gets activated and then the 'notepad' is not getting typed and in the taskbar, the script...
Hi, I am using Femap v10.1.0.32 on windows10. I prepared a macro (copied/edited from femap manual) to export the coordinates as points into femap. I am getting the following error. could some one help me on this...
Hi,
I was calculating the wave load on a vertical pipe (OD=1.0m, Cd=1.0) using linear static analysis option in SACS.
Wave parameters : Water depth= 26.6m, Wave ht = 3.486m, Tassociated =13.33s (stoke 5th order wave)
I took the sacs output for horizontal velocity (at phase =0deg) and...
hi, I have a fortran program which takes data/input from .csv file . is there a way to feed the data to this program via a gui? so, the GUI window should open first, and then figures/data entered here should be used for the program.
thanks
hi, I am trying to calculate mode participation factors for a frame structure. the consistent mass matrix approach is used. I got the Eigen values, vectors, checked orthogonality - all ok. for calculating the mode participation, gamma=L/M, L is the coeff vector = [transpose(phi)]*[m]*[r]. how do...
Hi, i am trying to create an macro enabled excel file, in which , upon hitting the button, the excel gets saved to 'data.csv' into the same folder and an exe file is invoked (which is again in same folder) which will access the 'data.csv' for its inputs. i prepared this, however, upon hitting...
Hi, I have a fortran program which generates 2d matrices A1(12x12) and A2(12x12), then combine it in such a way that A2(1,1) is added to A1(7,7), A2(1,2) is added to A1(7,8) and so on (as shown in the attachment). I got the output as matrix A (18 x18) from fortran. all the matrices are declared...
hi, I am using fortran to get the Eigen values for generalized Eigen value problem of type Ax=lamda.Bx. I am using lapack routine dsygv for this and it works perfectly for all my 5 case studies and not working as expected for the 6th one. i get first two Eigen values as -ve which was not...
Hi, I have gnuplot, which I use with fortran for ploting. I wish to know if a 3d plot generated in gnuplot using 'splot' can be saved as a dynamic pdf ? ie; whether I can rotate the model in pdf as I do in the gnuplot output window ? thanks
Hi, I have gnuplot, which I use with fortran for ploting. I wish to know if a 3d plot generated in gnuplot using 'splot' can be saved as a dynamic pdf ? ie; whether I can rotate the model in pdf as I do in the gnuplot output window ? thanks
Depending on a generated integer 'n' in the program during its execution, i require variables of type k1, k2, k3....kn to be generated in the program. is it possible in fortran - I know allocatable arrays is an option - I have to just declare 'k' as an allocatable 1d array. but my elements in...
hi, I have a subroutine in my f95 program. this subroutine is called 100 times (by 100 call statements). I understands that each call statements are executed one after the other. is there any way I can call and execute all the 100 call statements in one go.
thanks
Hi,
i am using fortran to solve an eigen value problem. i am using lapack routine dsygv to solve the eqn of type (Ax=kBx). size of the matrices are 168x168, i am getting 'info' as 170 when i make the run - understand that this should be zero..could some one explain physical meaning of 'info'...
hi, I have a vertical cantilever beam which is having spring fixities in all 6 dofs (at the base)... there is a load in vertical and in lateral direction at the free end.... after developing the stiffness matrix, how do i do prepare the reduced K matrix - basically, how do i solve for the...