Estadística
CLASIFICACIÓN
191.188
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.91%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
6.444 of 20.234
REPUTACIÓN
169
EVALUACIÓN MEDIA
3.30
CONTRIBUCIONES
1 Archivo
DESCARGAS
3
ALL TIME DESCARGAS
1574
CLASIFICACIÓN
of 153.912
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
call a function from another function with one changing argument
I have a function function dos= beam(x) This function calculates certain parameters such as "moment", "stress" etc...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Getting an Error in input arguments
error is >>Error using ga (line 342) Not enough input arguments. Caused by: Failure in initial user-supplied nonli...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
getting an error " not enough input arguments"
error is >>Error using ga (line 342) Not enough input arguments. Caused by: Failure in initial user-supplied nonli...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with understanding the error
I have the following code function x = mapvariables(x) data=xlsread('newsections.xlsx'); %reading data from excel file al...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Map certain specific values from excel file in a Genetic Algorithm
function x = mapvariables(x) data=xlsread('newsections.xlsx'); %reading data from excel file.This excel file has 65 rows... ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to map various properties using genetic algorithm?
Guys, I have a list of various steel section sizes and their corresponding properties (such as area,moment of inertia,radius etc...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Coordinate system in matlab
Hi Guys. I am creating a building structure.Various coordinates are inputted to define the geometry of the structure. The coor...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Taking discrete values from a given set using genetic algorithm
Guys , I have an optimization problem in which, my variables are discrete. These variables have to take value from a given stand...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
return to a previous statement
Guys,in my code I have assigned some values to certain variables and then I did some analysis.The results of analysis, are then ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
form a row vector
I have to form a row vector x=[5 6 16 17 27 28 38 39....] till the total number of elements become 'n' where 'n' is entered by t...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
max value from particular set of rows and columns
Guys, I have a 12X40 matrix. I want to search for the max value but in certain rows and columns. Say, I want to search for max...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to extract a specific position of excel cell in an iterating matlab file
Guys, I have a matlab file that takes data from an excel file and does the analysis. My excel file has 65 rows and 16 columns. M...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
execute a statement from one .m file into another .m file by specifying line number.
Guys , I have two .m files. I wish to execute certain part of code from my first file in my second file.Is there a way I can do ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
create a vector ,of sets of predefined numbers stored in another row vectors
Guys,I have two row vectors X=[3:6] and Y=[8:27].I want to create and store all possible combinations of (X,Y) in another vector...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
find max value in a matrix
I have a=[ 1 2 3; 7 8 9; 4 5 6; 2 1 3]. I want to find max value in the matrix 'a' but i don't want it to consider second row. S...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
move rows in a matrix
Guys, I have a Matrix X= [A; B; C; D ; E; a; b; c; d; e ; f] each alphabet represents a row matrix wit...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
generate a matrix along the length of an inclined line
I have an inclined line of a given length 'L' in XY coordinate plane, at a certain angle alpha with global X axis.My input would...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Max Min value in every column Of Matrix
I Have a code that gives me some output in my command window as a 9 by 80 matrix. I want that when I run the program and it giv...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to generate the following matrix
I have x=[1 2 1 1; 4 5 1 1 ; 7 8 1 1]. I want a matrix in which this matrix repeats itself 10 times using repmat function and ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to get following matrix using bsxfun
I have a matrix x=[0 0 0;5 8 0; 7 6 0]. I want a matrix m=[0 0 0; 5 8 0 ; 7 6 ...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
create various topologies of a structure
hello guys. I want to plot various positions of coordinates, inside a given rectangle. In other words, a rectangle is given and...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how do i plot a rectangle havng cetain dimensions and inside it even number of parametric cordinates such dat the centres of all cordinates and centre of rectangle coincide?
i have to define a plan geometry in which my parametric input will be numb of columns..i wish to put columns in such a way dat d...
más de 10 años hace | 1 respuesta | 0