Statistik
17 Fragen
0 Antworten
RANG
76.794
of 300.369
REPUTATION
0
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
94.12%
ERHALTENE STIMMEN
0
RANG
of 20.936
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.407
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
Optimization of a matrix variable
Hello all, I am writting a code for optimization where I have a optimizing variable as a matrix of N*L.How I can declare this m...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plotting of transcendental equation
Hello all, Please help me out with matlab code of this equation where θ varies from 0 to 3π/2 and θ_0^2= 13.2 (fixed). the...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
optimizing vector variables with N vector
Hello all, I am writting a code for optimization where I have two optimizing vector variables with N vector like a(1,N) and b(1...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add zero in even position of a matrix
hello, Suppose I have a matrix N=5; %can be anything a=randi([1 4],N,1); So I am getting a result like a=[1 2 3 2 4]'. Now ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to write ||a-p||^2 in matlab code
Hello all, I have two variables 'a' and 'p Now I want to express this expression as f=||a-p||^2; What will be the matlab co...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
complex value of syms function for optimization
Hello all, I am writting a code to solve opimization problem where my one unknown veriable('b') is complex in nature. But after...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot the final value of optimization
Hello all, I am facing a logical problem like, N =10; syms a,b for i = 1:N y(i)=2*a+3; x(i)=4*b+9; fun(i) = mean((y(...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
2 unknown variable constraint optimization with single unknown variable objective function
hello, I am writting a code where objective function is depend on single unknown variable but constraint function is depend on 2...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Different value putting on different columns in matrix
Hello, I am writting a matrix p=zeros(4,5) -----> all column values are zero but I want different values of different column ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Optimization of a unknown vector variable
Hello , I have a code a,b -----> variables should be vector(like a=[a1,a2,a3,a4]) x=h1*a^2+h2*b^2+h3;------>objctive fun(h1,...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to find out an unknown variable within constraint which is not present in the objective for a optimization problem?
Hello all, Suppose I have a objective function with unknown variable x(1). But my constraint is depend on unknown variable x(1)...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Optimization problem on Constraint declaration
Hello, I have a code syms a wd; c4_update=0.0248*abs(a)^4 - 9.878; %coming from some other equation c3_update=abs(wd*(- 0.0...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
variable declaration for optimization
hello, I am writing a code where I need to declare two variables which will be used for optimization in further, i.e, a,b ---...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
call an equation within the function
hello, I am writing a code like, syms x y; data=2*x^2+3*x+y; function f= obj(x,y) f=@data; end but here 'f' is not callin...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
convert a function into optimization expressions
Dear , I am writting a code on optimization based on problem based approach; ie; syms x,y fun=a/b; % where a and b have a la...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Format a large number into small decimal number
Hello, I have code on function like: hr = sqrt ( .1/ 2 ) .* (h_i+j*h_q); hr1 = sqrt (.3/ 2 ) .* (h_i+j*h_q); x=x = constell...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
modify data stream by equating odd position=0
Dear sir/Ma'am I have a data x=[1 2 3 4 5.........k]. Now I want a new data y=[0 2 0 4 0 6........k] from 'x' i.e, in new data ...
etwa 5 Jahre vor | 1 Antwort | 0
