Muhammad Umer
Followers: 0 Following: 0
Statistik
16 Fragen
0 Antworten
RANG
252.054
of 295.486
REPUTATION
0
BEITRÄGE
16 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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....
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 | ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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); %...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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); %...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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); ...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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) ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0