sita
Followers: 0 Following: 0
Statistik
RANG
23.820
of 300.771
REPUTATION
1
ANTWORTZUSTIMMUNG
48.65%
ERHALTENE STIMMEN
0
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.969
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
implicite differenciation to find slope of curve at apoint
Hi, I would like to do some thing like x^2+y^2=1 d(x^2+y^2)/dx=d(1)/dx d(x^2)/dx+d(y^2)/dx=0 2x+2y*dy/dx=0 ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
does convhull works on 11 dimensions??
Please give me example for higher dimensions.If i have to use input aas (500,11) vector.. how to give as input.
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
conatinate matrix which is getting updated in loop
hi, for s=1:500 consall1(s,:,:)=[cons1, cons2, cons31, cons32, cons33, cons34]; end from above mentioned for loo...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
save 3 Matrix as two coloum matrices
Hi, My code has mtrix as mentioned I would like to use convexhull for this matrix f or that i need to store below matrix a...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
intersection point between line and circle and draw tangent at that intersection point
Hi, please find below code mentied.i am trying to estimate a circle area by drawing tangents on circle.I need to draw a lin...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
draw projection from a point inside circle and find where it touches circle
Hi, I would like to draw projection from a point inside circle and find where it touches circle.(x4,y4) is my point inside c...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find a point where line touches circle
Hi, In below mentioned code, How to find a point if line touches circle where it touches, if not how find it.Please help me i...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
solve equation for variable and how to get output as number not as substituted form
Hi, I tried solving following code.solved for t and i want to substitutethat value back into equation. please help me ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find facets of convex hull for 5 or higher dimension
Hi, How to find facets of convexhull .Is there any way to get equation of facet as output interms of variables? Thanks, S...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
creating a plot for given functions
Hi, I want tocreate a plot with a=1:10, b=1:10 c=1:10 as my 3-axis and i want to plot x,y...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Help in Installing MATLAB2014(32 bit) in Ubuntu14.04(64bit)
Hi, I am trying to install MATLAB2013(32 bit) in UBUNTU 14.04(64 bit) it gives me Error in custom provider, java.lang.Ru...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can MATLAB Taylor series functions haldle multi variable problems?
Hi, Can MATLAB Taylor series functions haldle multi variable problems?If yes please give me some example. Thanks, Sita...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error in installing MATLAB in UBUNTU 14.04
Hi, I am trying to install MATLAB2013(32 bit) in UBUNTU 14.04(64 bit) it gives me Error in custom provider, java.lang.Runtime...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Taylor series for multiple variables
hi, Please help me in finding Taylors Series for multiple variables(2 or more). eg: f(x,y)=ln(2x+y+1); Thanks, Sita...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MATLAB Coder indexing out of bounds
Hi, function f = objctiv(x) f(1)=x(1).^2-2*x(2).^2 f(2)=x(10).^2 end here x has x1..x10 values. For abov...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Porblem in Converting MATLAB code to C using MATLAB Coder
Hi, I am new to MATLAB Coder.I have 7 function in my project so how to convert complete project into C.I tried doing same.Whe...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to run in same time as C
Hi, Below psudo code for a C program took 66 sec. Same thing i tried to do in MATLAB (please find code below) it is much slow...
mehr als 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
reading values from vector into different equal parts over loop
p1 = haltonset(1); for i=1:5 x1=p1(i*10^6,1); end In this above portion of code i would like to read p1(1:10...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Improving speed of nested loops
hi, I am trying to run nested loops as mentioned in below code.I didn't even see the result even once.It is taking such a lo...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
estimate memory size in matlab
Hi, Is there anyway of estimating memory before execution?So that i can cut down my problem size.(out of memory error) i...
mehr als 12 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Error using - Matrix dimensions must agree.
Hi, I am trying to calculate y y=x1.^2-2*x2.^2+3*x3.^2-4*x4.^2+5*x5.^2-6*x6.^2+7*x7.^2+8*x8.^2-9*x9.^2+10*x10.^2 if ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Out of memory. Type HELP MEMORY for your options.
Hi, Please find below code.It gives Out of memory. HELP MEMORY for your options.Error in ndgrid (line 66) x = reshape(x(:,...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Store cells into Matrix
Hi, In below mentioned code i am trying to pair up all the elements in two matrices and trying to store in one matix.While stor...
mehr als 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
store vectors in matrix over for loop
Hi, How to store pairvec(in below code) variable in matrix overnested(ix1,ix2) loops. Pls help me in doing this. Thanks, ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to take haltonset numbers randomly
Hi, I would like to create generator takes input as halton set and gives numbers randomly from that.I think below code helps ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem in generating Halton Sequence
Hi, How to i use Halton to generate n numbers. Thanks, Sita
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Dos command gives error
Hi, dos('C:\Program Files\OrcadLite\PSpice\psp_cmd.exe test1.cir'); above code works at cmd prompt but not working in matl...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Decimal random number generator
Hello, I want to generate a random number generator 0 to 1 should include values with ten decimal points.As default i get on...
fast 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
problem in Matrix Indexing
Hi, below code i am trying to read matrix elements from an array of elements. i should get 5x3 matrix like 1 2 3...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Problem in Matrix Indexing
Hi, below code i am trying to read matrix elements from an array of elements. i should get 5x3 matrix like 1 2 ...
etwa 13 Jahre vor | 1 Antwort | 0

