ABHISEK MOHANTY
Followers: 0 Following: 0
Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
242.292
of 295.638
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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.* ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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; ...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
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]
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0