Community Profile

photo

ABHISEK MOHANTY


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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.* ...

9 years ago | 0 answers | 0

0

answers

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; ...

9 years ago | 3 answers | 0

3

answers

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]

9 years ago | 2 answers | 0

2

answers

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...

9 years ago | 1 answer | 0

1

answer