LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2-D array of Z-valueの作り方について

現在XYグラフに多くのデータの座標値を点で表示させています。
各点の値をカラー表示させたいのですが、インテンシティグラフ
用の3つの入力ベクトルをキャストする方法が分かりません。
(2-D array of Z-value の作り方を教えてください)
x、y座標値、z(値)の3ベクトルは求めてあります。
 
よろしくお願い致します。
 
shimoy
0 Kudos
Message 1 of 9
(5,961 Views)
well, i used to read something about it in a manual, and you'd better look into it
0 Kudos
Message 2 of 9
(5,952 Views)
shimoy 様

平素より弊社製品をご使用いただき誠に有難うございます。
日本ナショナルインスツルメンツ技術部の竹内と申します。

ご質問の内容としましては強度グラフの色設定ということでよろしいでしょうか。
LabVIEWのサンプルファインダに強度グラフの色を変更するサンプルがございますのでこちらが参考になるかと存じます。LabVIEWメニューバーのヘルプから「サンプルを検索」でサンプルファインダを起動します。サンプルファインダ内で「基本」→「グラフとチャート」→「Create IntGraph Color Table.vi」です。

また、弊社技術サポートデータベース内にも情報がございましたので、こちらもご参照下さい。
強度グラフと強度チャートの色は、どのように変更できますか?
http://digital.ni.com/public.nsf/websearchj/25544F578ED5FC3B86256EC2007FF05E?OpenDocument

以上、ご不明な点等ございましたらご連絡下さい。
よろしくお願い申し上げます。

日本ナショナルインスツルメンツ技術部
竹内
0 Kudos
Message 3 of 9
(5,931 Views)
いつもお世話になっております。
日本ナショナルインスツルメンツ技術部の竹内です。

shimoy様のご返信が、私が書き込んだ際の自動返信メールに返信されてしまったため、弊社米国のwebmaster宛に送られてしまい、正常にディスカッションフォーラムに投稿できておりませんでした。ディスカッションフォーラムへの返信の際は、ディスカッションフォーラム上から投稿していただけますでしょうか。
よろしけれWEBの返信欄から再度投稿お願いいたします。

以上、ご不明な点等ございましたらご連絡下さい。
よろしくお願い申し上げます。

日本ナショナルインスツルメンツ技術部
竹内
0 Kudos
Message 4 of 9
(5,916 Views)
who can translate to English ,I cant read japanese.
0 Kudos
Message 5 of 9
(5,911 Views)
Ok, I'll switch to English.
What I want to do is to plot a lot of colored data in x-y plane, which colors correspond to their
intensities. I could plot data at a set of arbitrary coordinate values in XYGraph. But XYGraph
plots data only in monotone.
 
I have several samples of IntensityGraph. All of them plot colored data at regular coordinate
values. I need to plot colored data at the locations of arbitrary x,y values.
I guess that three vectors(x,y values and its intensity) must be cast for plotting data in IntensityGraph.
Could you show me the way for casting them?
Do you know the other ways for solving it?
Thank you.
 
shimoy
   
0 Kudos
Message 6 of 9
(5,886 Views)
shimoy-sama

You are right. 2D array for XY and 1D array for Z are only acceptable for LabVIEW intensity graph as you've stated. I attached a sample VI which uses 3D Curve Graph. a XY projection of 3D curve Graph shows an intensity of data like an intensity graph.
Let me know, if you have any questions.

I hope this helps,
Junichi Takeuchi
NIJ AE
0 Kudos
Message 7 of 9
(5,870 Views)
Thank you very much for your reply.
I appreciate it.
 
shimoy
 
 
 
0 Kudos
Message 8 of 9
(5,856 Views)
Thank you very much for your reply.
I appreciate it.
 
shimoy
 
 
 
0 Kudos
Message 9 of 9
(5,856 Views)