photo

ABHISEK MOHANTY


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to write an optimization Program? can anyone tell me with the help of a matlab program using the program below? I dont know about optimizing. so i couldnt proceed. help please
% **I have 2 variables* . n=[1:.0001:9]; d = linspace(1, 100, length(n)); % *i have to put them in these formulas.* ...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


How to write an optimization algorithm?? any type of optimization algorithm?? can anyone tell me with the help of a matlab program?
%I have 2 variables. n=[7:.0001:9]; d = linspace(1, 100, length(n)); %i have to put them in these formulas [a]=d.*n; ...

plus de 9 ans il y a | 3 réponses | 0

3

réponses

Question


n range between 1 to 7 and d's range between 1 to 100. how to solve it?
clc clear all n=[1:.0001:7]; d= ?? ; [a]=d*n; display([a]

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


help me.. how to fix this error. and run this prog. i need to put 2 variables in equations and get answers. so i took a range and a random number generater. is there any other way?
clc clear all n=[1:.001:7]; d=rand(1000,1); %display(n) [a]=d*n; % display([a]) [p]= (2*pi*[a]*cos(4...

plus de 9 ans il y a | 1 réponse | 0

1

réponse