Python, Javascript, MATLAB, CSS, Visual Basic
Statistik
RANG
15.604
of 295.467
REPUTATION
2
BEITRÄGE
45 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
24.44%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Really need a help on plotting this simple plot into 3D plot
% I have some data sets for temperature and pressure , Composition Temperature Pressure 90 279.25 2.7 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
PLot 3d from 2d data set
I have a data set consist of X and Y, they produce a curve , I want to plot them into 3D space so I get a in-depth look of it....
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with making a matrix of size [2 2 4 2] , need help
if true % I want to make a matrix of this size( 2 2 4 2) from this following data set Data = [12.2537 13.4...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Video to parametric colours conversion
% How can I convert the video file into parametric colours ( each colour represent different part of video )
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to create a 3D plot from 2D set of data .
%I have a data set x1 =[ 0 0.12780 0.2145 0.2761 0.3211 0.354 0.379 0.396 0.409 0.417 0.421 0.421 0.417 0.412 0.406 0.39...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matlab link with Visual Basic Express
Any one Knows how to link Matlab with Visual Basic Express, can any one give me a simple example , that would be glad please do...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
VB connection with Matlab
% I want to Use VB as a interface GUI to link with Matlab to solve this function , could you tell me how function [A] = ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
problem in this integration
% Unable to integrate this , Please help syms T T0 b = 0.141;cp0 = 38.12;h0 = 1684;R= 8.314;Act_W = 0.98;D_Vm = 3.0;DCP_0 ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
integral
can I able to integrate a function with some limits a, b but without define the values to the limit , e.g f(x) = x^3 -3*x , havi...
mehr als 12 Jahre vor | 2 Antworten | 0
2
Antwortenswitch statement help
is that correct clc clear disp('1 for CH4');disp('2 for CO2');disp('3 for N2'); nc =input('components'); if nc > 5 ...
mehr als 12 Jahre vor | 0
Frage
switch statement help
disp('1 for CH4');disp('2 for CO2');disp('3 for N2'); nc =input('components'); if nc > 5 disp('Too Many component') ...
mehr als 12 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
important
disp('1 for comp1');disp('2 for comp2');disp('3 for comp3');disp('4 for comp4');disp('5 for comp5');disp('6 for comp6');disp('7...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortExample in your ode45 tutorial is not running
[T,Y] = ode45(@rigid,[0 12],[0 1 1],options); where the [0 1 1] , should be in [0 1 1]' , so you can assign the values to y(1)...
mehr als 12 Jahre vor | 1
Frage
GUI Another help
I have list of components 1) Methane 2) Propane 3) Butane I am using list drop down box to include all these component...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
GUI help
% In my GUI I am giving value to T e.g 370 as input , but on debug mode when I am trying to check T as input this gives me 1...
mehr als 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Dew Point and bubble point calculations using EOS
Can Anyone have a Program of mathematical equation set to find the dew point and bubble point of hydrocarbon mixture using equat...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
xlswrite
I have a Program where a values of 'A' is changing in each iteration and I want to save each value separately in excel so late...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem here need assistance
% I have a program like this % starting guess pressure e.g P(1,1) % line 1 some program % // % ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
fsolve
% can I give two input values to fsolve , like this X = fsolve(@eq ,(x,T)) % where x & T are input guess values which g...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
can some one help me with this code
<<http://img51.imageshack.us/img51/1381/img0673u.jpg>> I have problem formulating this on matlab , can someone else me to cod...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can Any one help with this plz
*lnP(m+1)- lnP(m) < allowable change* % where lnP(m+1) , lnP(m) , allowable change is given % its should do this * lnP(m+...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Input
I want to manually assigned a value to T like this T = input('Enter the value'); Tc = 256 Question if the enter valu...
mehr als 12 Jahre vor | 1 Antwort | 0
1
Antworthow to do this
I want to access each entry on excel sheet using Matlab , in Matlab I want to just enter A(i,j) and it should acess excel sheet ...
mehr als 12 Jahre vor | 0
how to do this
check this excel diagram http://imageshack.us/photo/my-images/141/newpicturezp.jpg/ I want to access every data set on the ex...
mehr als 12 Jahre vor | 0
Frage
how to do this
if I have i = 1:12 , j= 1:12 and I want to get a table with A(i,j) , how I will do it
mehr als 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
plot help
J(2,:) = bublept(); O(1,:) = bublept(); plot(rslt(2,:),rslt(1,:),'-- ks','MarkerFaceColor','r','LineSmoothing','on') hol...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
access this is a probme
I have made a function file and in it i have a value assigned to a variable which save my results like this bub(2,m)= T(L);...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot help
I have a plot which is touching y-axis on number 8 of y-axis but I don't want Matlab to extra plot and touch y-axis , How may I ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem here
% Note :- The code working perfect with single value of of P but %when I want to use multi values like 1:0.5:8 , its says (??? E...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
fsolve
I need to know what us this [0.01 0.0 0.2 0.8 700] and these values are depends on what means can we increase them [X]=fs...
mehr als 12 Jahre vor | 0 Antworten | 0