Home > Net >  C # to draw stress distribution nephogram
C # to draw stress distribution nephogram

Time:09-29

When the plane is known in the matlab all points X, Y coordinates and the corresponding stress (Z), I can use the
Scattered point interpolation function [X, Y, Z]=griddata (X, Y, Z, linspace (min1 max1, 100) ', linspace (min2 max2, 100), 'the v4') draw stress distribution nephogram,

Want to ask if there is any similar in c #, the effect of the method can achieve the matlab graphics, make up a interface, due to the use of c # best all programs are implemented in c #,

CodePudding user response:

The Chart control

CodePudding user response:

In c # call matlab generated DLL

CodePudding user response:

Beginners c # if the calling matlab generated DLL this interface running on other computers need to install the matlab? I now use c # call m file encapsulation exe can be run directly, if the DLL cannot be achieved without installing cloud pictures, painted on the matlab computer generated DLL method makes little sense to not?

In addition 1 # can be specific about how to use the control chart? I checked the chart control is to draw the chart,

CodePudding user response:

To install the matlab environment, namely file MCRInstaller. Exe
C # is also not to run the environment?

In the chart control or own GDI + drawing can be, but the key is you have to work out the points on the curve, this is the matlab strengths
I do not know if as long as the result of matlab, and the runtime

CodePudding user response:

This entirely in c # to do, but to define a good path point and filled areas

CodePudding user response:

You can use the path in the WPF

CodePudding user response:

Could you tell me you solved this problem can be implemented in c #?

CodePudding user response:

The problem solved
  •  Tags:  
  • C#
  • Related