Click here to Skip to main content
15,887,985 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using .NET's WMI to Identify Pen-Drive's Unique ID Pin
Marcos Accioly29-Aug-06 9:09
Marcos Accioly29-Aug-06 9:09 
GeneralRe: Using .NET's WMI to Identify Pen-Drive's Unique ID Pin
Dave Kreskowiak29-Aug-06 9:17
mveDave Kreskowiak29-Aug-06 9:17 
GeneralRe: Using .NET's WMI to Identify Pen-Drive's Unique ID Pin
mav.northwind29-Aug-06 10:24
mav.northwind29-Aug-06 10:24 
GeneralRe: Using .NET's WMI to Identify Pen-Drive's Unique ID Pin
Marcos Accioly29-Aug-06 10:29
Marcos Accioly29-Aug-06 10:29 
GeneralRe: Using .NET's WMI to Identify Pen-Drive's Unique ID Pin
mav.northwind29-Aug-06 10:35
mav.northwind29-Aug-06 10:35 
GeneralRe: Using .NET's WMI to Identify Pen-Drive's Unique ID Pin
Marcos Accioly30-Aug-06 3:48
Marcos Accioly30-Aug-06 3:48 
GeneralRe: Using .NET's WMI to Identify Pen-Drive's Unique ID Pin
mav.northwind1-Sep-06 4:11
mav.northwind1-Sep-06 4:11 
QuestionHow to pass parameters to MATLAB function (.dll file) Pin
Jr.Allam29-Aug-06 2:59
Jr.Allam29-Aug-06 2:59 
hi there,

I have the following MATLAB function:


function y=drwmesh(FNo,V1,V2,T)
figure(FNo)
x=[-10:2.5:60]; y=[-20:2.5:35];
[sx sy]=MESHGRID(-10:60,-20:35);
h=STREAMLINE(V1',V2',sx,sy);
set(h,'color','red'); view(2);
xlabel('Longitude'); ylabel('Latitude');
title(T);
y=0;


I have converted it to (.dll) file by using MATLAB Builder for COM.
My problem is that I don't know how to pass the parameters: FNo(Figure No.) which is integer and the two matrices V1,V2 and the string T.

Woudl u plz write me the C# code? plz help me!! Frown | :(

Note: I'm using "Extreme Optimization Mathematics Library for .NET" to creat and perform matrix operatins.

Thanks in advance,

Jr.Allam
Questionhow to save response Pin
Yustme29-Aug-06 2:57
Yustme29-Aug-06 2:57 
AnswerRe: how to save response Pin
led mike29-Aug-06 4:39
led mike29-Aug-06 4:39 
AnswerRe: how to save response Pin
engsrini29-Aug-06 4:41
engsrini29-Aug-06 4:41 
QuestionSet System Default Sound device Pin
Rahul.RK29-Aug-06 2:30
Rahul.RK29-Aug-06 2:30 
AnswerRe: Set System Default Sound device Pin
Nader Elshehabi29-Aug-06 5:42
Nader Elshehabi29-Aug-06 5:42 
QuestionMove e-mail to folder. Pin
mbnbonin29-Aug-06 2:21
mbnbonin29-Aug-06 2:21 
QuestionMesh edges not smooth Pin
mirano29-Aug-06 1:48
mirano29-Aug-06 1:48 
Questionavoiding delegates Pin
lushgrass29-Aug-06 1:40
lushgrass29-Aug-06 1:40 
AnswerRe: avoiding delegates Pin
Nader Elshehabi29-Aug-06 1:50
Nader Elshehabi29-Aug-06 1:50 
GeneralRe: avoiding delegates Pin
BadKarma29-Aug-06 2:32
BadKarma29-Aug-06 2:32 
AnswerRe: avoiding delegates Pin
Nader Elshehabi29-Aug-06 3:46
Nader Elshehabi29-Aug-06 3:46 
GeneralRe: avoiding delegates Pin
BadKarma29-Aug-06 4:12
BadKarma29-Aug-06 4:12 
GeneralRe: avoiding delegates Pin
lushgrass29-Aug-06 16:49
lushgrass29-Aug-06 16:49 
AnswerRe: avoiding delegates Pin
Nader Elshehabi30-Aug-06 8:49
Nader Elshehabi30-Aug-06 8:49 
Questionsingletone class Pin
srinandan..29-Aug-06 1:36
srinandan..29-Aug-06 1:36 
AnswerRe: singletone class Pin
Stefan Troschuetz29-Aug-06 2:30
Stefan Troschuetz29-Aug-06 2:30 
AnswerRe: Singleton class Pin
Michael P Butler29-Aug-06 3:57
Michael P Butler29-Aug-06 3:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.