Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
I am using Mathcad Prime Release 8.0 and Datecode8.0.0.0How do you copy multiple math regions which are within a text box with intervening text to an area outside the text box. I wanted the copied regions to be separate math regions. The only way I found of doing this is to copy each math region separately. Is there a quicker way to do this?
Hello,Using this fit formula from below, how to determine a, b, c, d, e, and x coefficients in such a way to fit the below plot Flux Density vs Magnetizing Force: I think (but I do not know how to do) to read all the data points of each line (60uH, 40uH, 26uH) and then to make the curve fitting by using genfit Mathcad function, minerr or something like that.
Hello everyone,in the attached file below, fourth column of matrix I is d1 values.I want to loop through each d1 values and get R as a matrix.could someone help me hereattached mathcad 10 file.
As per the original post. Hi Two issues: 1. I would like to publish my chart in a journal paper but at the same time look nice on the work sheet. Through Chart component I can publish a pdf of a chart. Only pdf has good resolution (no matter how much you zoom the pdf, the resolution is great). But the other forms have poor resolution: jpg, jpeg, peng etc. 2. The Font size in the chart component window is fine but on the worksheet it becomes too small. If I make it bigger (in the chart component window) to look better on the worksheet, it becomes a bit too big for the Chart component. For example, a 10 point font on chart component looks much smaller on the worksheet chart. 3, Also, I would like to print multiple plots on one 8x10 page through the Chart Component. Is there a possibility to add multiple charts, give the page size etc in the Chart Component Window? I mean, in Matlab, we can use multiple charts in one shot. How do I do th
Are there available Control tools in MathCAD Prime 1.0, Same as MathCAD 15 has (Insert/ control/....)Thanks in advance for your help!
Hello,Using this fit formula from below, how to determine a, b and c coefficients in such a way to fit the below plot Core Loss vs Flux density: or So, I think (but I do not know how to do) to read all the data points of each line (300kHz, 200kHz, etc) and then to make the curve fitting by using genfit Mathcad function, minerr or something like that.
This issue continues the same problem I presented yesterday. This calculation was also easy to do in Mathcad 15, but I am having trouble getting it to work in Prime 10.I have marked the part of the calculation sheet that is not working in yellow.You can see that I calculated the normal to be cylinder using symbolic calculation and tried to use it afterward to calculate the magnitude of the normal vector to be used down the sheet to calculate the total current. However, now Prime 10 does not recognize the results of the symbolic calculation to obtain the magnitude of the normal vector. See the attached file. Thank you in advance, Rogelio
Hi - I have quite a number of mathCAD workbooks in a folder. To access them easily I set up an "Index" mathCAD workbook and typed out a list of them and had a hyperlink to each file so that I can open the index file and just click on the link to take me to the file. This was ok to begin with but if I move the folder then the links all need to be updated and there are quite a few of them now. I remember in the old version of MathCAD there was a way to make an electronic book and I think it worked if the folder with the electronic book was moved. Is there a way to make an e-book now or what is the best practice for this in MathCAD now. I' feel that this must be something that MathCAD users must still be doing but I can't figure out how. Any advice would be very much appreciated.
This is not a solution I was expecting am I doing something wrong ? I am using Mp9 Ivan
Hello to all,After converting a Mathcad 15 file to Prime 10, I encountered an issue with calculating the gradient of a vector function. While it works seamlessly in Mathcad 15, the same function does not yield the expected results in Mathcad Prime 10. Is there anyone familiar with this issue who can tell me what needs to be adjusted or modified in Mathcad Prime to make it work?I am attaching a file with the function and the gradient, as I converted it from Mathcad 15 to Prime 10. I really appreciate any help you can provide. Rogelio
I am suffering a similar (though much more repeatable issue).When we as a company upgraded to Prime I was the only one that could not use the symbolic engine & when I raised the issue it was fixed within 2 weeks. Since then I have had a laptop upgrade & it has reappeared.a repeat of the IT ticket has not resolved the issue. Even the simplest task causes the symbolic engine to crash: is the final response after many minutes of the sunflower twirling. Sheet is attached, but probably not helpful as I can give it to colleagues who don't get the same problem. For them it quickly returns the expected 4/9result. I keep harassing Martin the local IT guy, but all he can do is refer it up the chain & hits a wall. Any suggestions of things to try would be appreciated. ThanksAndy (too)
Hi guys, can someone assist me with this one please? Seems like it should be fairly straightforward but it's got me stumped! A bit long-winded to explain so bare with me. I have data representing mass of concentric steel pipes and mass of the cement in the annuli of the pipes, bonding the pipes together, in separate arrays. The pipes/cement are long and get cut into manageable lengths. The columns in each array represent the remaining mass after each cut. The rows in each array represent each pipe or cement 'donut'. Hopefully this diagram helps, which is a cross-section through the pipes/cement, looking at one half only. The black bits are the pipes (3x), the orange is the cemented annuli (2x) and the red represents the interfaces between each pipe and the cement - 'cement bonds', of which there are 4:This is the array for the pipes (3 pipes, 6 cuts):This is the array for the cement (2 cemented annuli, 6 cuts):I have an array for the number of cement bonds:And an array for the num
Hello,Do any of you have a script for calculating a pseudoinverse matrix nxm?I found a script here, but it is written in Mathcad 15 and unfortunately I don't have a licence to convert it to prime. https://community.ptc.com/t5/Mathcad/Programming-example/td-p/229552 ThanksMichael
I am using Mathcad Prime Release 9.0 and Datecode9.0.0.0Trying to use basic ODE solvers like rkfixed within a solve block. My goal is to solve a pair of nonlinear ODEs (intial value problem) which are not linear in the highest derivative term, using state space if possible. I need to use the iterative solver block because reducing the ODEs to standard form is quite difficult. the odesolve function cannot handle these equations. Are the basic solvers usable in a solve block for this type of problem? If so, an example sheet would be very helpful, the documentation and forums have not been enough. I have begun trying to solve the simple spring/mass system this way, before tackling the full equations, but not yet successful.Here are the errors that I facedVariable undefined. Unable to form derivative matrix (odesolve).
I am unable to create a 3D area diagram for the function h(a,u) defined in the attached file (MC14). Please help me.Sunday greetings, Alfred Flaßhaar
Dear, I have a dataset where the first column represents the index of a vector and column 2,3 and 4 the three possibilities. The first row contains the classification for a specific condition. The dataset has been manipulated to align these indices and classifications. My vector, for example, have this format:: However, I'm having trouble getting the vertical-horizontal lookup (VHLOOKUP) to search for each element in my vector and correctly return the value at the intersection based on the classification assigned to each vector element. Anything I tried returned 3x1. I have tried it all from the similar post:https://community.ptc.com/t5/Mathcad/Use-vlookup-over-a-vector/td-p/482509 Prime 9 attached.
In the attached MathCad worksheet is an embedded excel file that has VBA apps in it. It takes data input and calculates to values C and C` or is suppose to. The excel file "CANDCPRIME.XLS" on its own works fine but once it is inserted in to MathCad it is being blocked by Microsoft as "untrusted". What do I have to do to make it run inside MathCad. It use to just fine but I haven't used this MathCad worksheet for a few years because my work did not include a lot of steel design. I am using a subscription to Microsoft Office 365 and have tried to modify all the security and "Trusted" stuff I could find to allow this to run. And ass I mentioned above by itself runs perfectly. Put all the files attached in the same location.Any help is appreciated. Thank you,John
Hello, I am using mathcad prime 10.0 and have created a program to solve for F_rated. I then want reference this program in a for loop, however it says the inputs to the function must be integers. Outside the for loop the equation works fine so I am a bit confused.
Hi, I have a MC15 calculation-sheet of 200 pages that have been converted to Mathcad Prime 9.0 that runs extremely slowly and which im now looking to optimize. Changes in input that in MC15 would have taken 5-10 seconds to recalculate can now take upwards of 5 minutes or more before the sheet is updated. I've been trying to read up on ways to speed up processing in Mathcad Prime and have read that size of matrices, the use of If-statements and possibly the use of "strings" in aforementioned matrices may be culprits. Which optimizations do you believe would bring me the biggest improvements in calculation speed as opposed to how MC15 was working? Does anyone have any recommendations how i should go about rewriting If-statements? (see attached picture of an example) Im going to see if i can break up the sheet in parts and work on a part separately. Then i can also upload said part here for you to partake in. Kind regards,Johan
when i do some multi-objective parameter optimization cases in mathcad,i find that there are only three algorithms that can be used,L-M,Conjugate gradient method and Quasi-Newton method. these methods may can't find the global optimum,or take very long time.nowadays,there are many other algorithms,such as GA(Genetic Algorithm),it may solve these problems easily.but my mathematics is poor,can any body do it,or has anybody done that?i want to have a try,but my methematics is poor,at the same time,i am not proficient in programming.wish for your help.
Hi,I am attempting to create a program that will autogenerate several MathCAD file templates based on variables that will be taken from an excel sheet that contains a list of parts. I am using MathCAD Prime 9.0 Some things I've looked into are using the API or changing the XML data directly. The API doesn't seem to support a way to add in new inputs and outputs to a blank worksheet. Changing the XML data directly seems like it could be a good option. From other posts I've read it sounds like you can change the file extension to a zip, unzip the file, change some data in one of the files, then rezip and change the extension back. However when I have tried this the process of unzipping and rezipping changes how it is compressed which causes it to be unreadable by mathcad, even if I don't change any of the internal files. Is there a way I can inputs and outputs to a blank worksheet with the API that I am missing? Is there a way to unzip and rezip the m
Hi Guys, I tried to enhance mathcad Prime's page counter as the counter does not allow starting with a page number other than 1. So I'm using a textbox as a page counter. In this textbox I have an input and an output. The counter shall increase by one on each consecutive page making it possible to combine several files into one. Or so I thought. For some reason I can't hide or collapse the left side of the textbox which makes it appear ungainly. I've tried to hide it and to collapse it. To no avail. Does anybody have an idea what I'm doing wrong? Raiko P.S. I'd prefer to have this textbox in the footer, but prime does not accept it. Any idea how to change this?
Hi,How can I draw the ASYMPTOTIC bode plot of this function in more automatical way? Is it possible? I mean I know that this asymptotic bode plot can be draw after some manual analysis, but is it possible to make a program that can draw automatically this thing? I am expecting something like that (red plot):
Dear community friends, I have a problem generating an automatic graph from the data of a matrix as shown in the spreadsheet. Mathcad Prime V.8.0.0 Translated by the Community Moderation using Google Translate Estimados amigos de la comunidad, tengo una problema al generar un gráfico automático a partir de los datos de una matriz tal como se muestra en la hoja de calculo. Mathcad Prime V.8.0.0
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.