Community Profile

photo

Muhammad Umer


Active since 2015

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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?

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


i am trying to execute the problem code but i am getting error in this line "Linedata(​​n1+k,:)=C​a​ndidate(​sw​1(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); %...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


i am trying to execute the problem code but i am getting error in this line "Linedata(​n1+k,:)=Ca​ndidate(sw​1(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); %...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer