問題タブ [mathcad]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
61 参照

python - 逆導積分

図1 (またはコードの 18 ~ 19 行目) に示されている積分を Python で実装する方法を教えてください。

sympy.integrate を試しましたが失敗しました - ValueError: 無効な制限が指定されました: (20.665,)

Python に移植しようとしている MathCad 2000 で書かれたコードの画像

ここに画像の説明を入力

0 投票する
0 に答える
34 参照

python - python gzip base64は、mathcadバイナリコンテンツからデータを抽出します

mathcad xml バイナリ コンテンツからデータを抽出したいのですが、間違いを犯したようです。

私が得るもの:

私が見つけたいくつかのガイド:

..xmcd は、UTF-8 エンコーディングの XML 形式です。画像データ、コンポーネント データ、OLE データなどのバイナリ ペイロードは圧縮され、base64 ASCII としてエンコードされた XML に挿入されます。

mathcad の表が下にあります。「hello」「world」などの単語が表示されますが、「55」「66」が表示されないので、間違いを犯したと思います。

数学テーブル

0 投票する
1 に答える
21 参照

mathcad - mathcadで「ソルブ」を使用して方程式を変数に変換する方法は?

(タイトルが言ったように) mathcad で「ソルブ」を使用して方程式を変数に変換する方法を知りたいですか? 「解決」がなぜかうまくいかないからです。誰かがそれがどのように行われたかを教えていただければ幸いです。

0 投票する
0 に答える
19 参照

excel - Mathcad automation in Excel

I would like to automate some computations done via mathcad (v15) within excel. A first solution (that works) is to add a new empty OLE object (mathcad document) and to the select the mathcad file we want to embed. Then it is possible to exchange data with mathcad using VBA.

However I would like to separate the mathcad file and the excel file.

I tried to add an object from a file and to link it (in the insert object dialog, by selecting create from file and link it to file). When I run my macro, I have the following message: "unable to get object property of oleobject class" (or something like this I use french version of Excel).

Here is my piece of code:

Does anyone has any idea on how to solve this?

Bests