![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6564239_1522115732447_DEF.jpg)
Muhammad Umer
Followers: 0 Following: 0
Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
109.897
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
does warning in MATLAB effect the results of program?
i am running a program it gives me the warning: warning: negative time as input rest of the things are working properly....
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
i am trying to save .mat file but its not working.
eval(['save D:\F' int2str(I_fno) '\A' int2str(I_D) '_' int2str(I_NP) '_' int2str(s) ' Best_mat;']) error: ??? Error us...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i use the reshape command?
i am trying to use the reshape command but there is an error in it. Input_Generations = reshape(Input_Vector,No_of_Units,No...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
why does this error become "Attempted to access sidelobes(2); index out of bounds because numel(sidelobes)=1."
i am working with the algorithm and problem. there is a huge lines of code i cant upload it. i just want to know why this error ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to save array values in .mat file in 1 column and multiple rows instead of multiple columns in 1 row.
for i=1:10 j(i)=i*5: end j = sort( j ); save('j.mat', 'j'); values are storing in .mat file 5 | ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find max and min value from .mat file and save it to an other array?
for i=1:10 j(i)=i*0.5: end j = sort( j ); save('j.mat', 'j'); how can i find the max and min value fro...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to save values in array or in .mat file by ascending order?
for i=1:10 j(i)=i*0.5: end save('j.mat', 'j') how can i save values in array or in .mat file by ascending...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to import .mat file in excel?
for i=1:10 j(i)=i*5: end save('j.mat', 'j') can i import this j.mat file in excel?
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to print an array values and save the values in .mat file.
for i=1:10 j(i)=i*5: end output will be: 5, 10, ...... 50. how to print the j(i) array and save...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i pass the values to an array?
for i=1:10 j=i*5: end output will be: 5, 10, ...... 50. how can i pass these output values(5.....50) in an...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
i have to run .m file 51 times. how can i save all 51 results in one file?
The program contains 3 functions: function algorithm code, function bounds, function problem code, In result it cr...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
i am trying to execute the problem code but i am getting error in this line "Linedata(n1+k,:)=Candidate(sw1(k),:);"
i am trying to execute this problem code but i am getting error in it. function f=bench_func(x) [ps,d]=size(x); %...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
i am trying to execute the problem code but i am getting error in this line "Linedata(n1+k,:)=Candidate(sw1(k),:);"
i am trying to execute this problem code but i am getting error in it. function f=bench_func(x) [ps,d]=size(x); %...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
i am trying to execute the problem code but i am getting error in this line "Linedata(n1+k,:)=Candidate(sw1(k),:);"
i am trying to execute this problem code but i am getting error in it. function f=bench_func(x) [ps,d]=size(x); ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
to remove the error in this line of code "[T,Y] = ode45(@(t,y) intgrl(t,y,u),tspan,yo,options);"
i am trying to solve the optimization problem by using function but i am getting an error in it. function f=bench_func(x) ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
i am trying to execute these commands but i am getting this error "Not enough input arguments."
i am executing the switch statement with the function. function f=func(x,fun_num) [ps,d]=size(x); %fun_num=1 Pa...
más de 9 años hace | 1 respuesta | 0