![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3374772.jpg)
Abdullah Caliskan
Followers: 0 Following: 0
Statistica
All
RANK
283.955
of 297.046
REPUTAZIONE
0
CONTRIBUTI
0 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
12.963 of 20.422
REPUTAZIONE
25
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
1 File
DOWNLOAD
1
ALL TIME DOWNLOAD
152
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
how to scale the array type double of range [-1,1] to [0,1] and [0,360] to[0,1]
if input is matrix, you can use this. upper, bottom xmax =max(input); xmin =min(input); A=bsxfun(@minus,input,xmin); B=bsxfu...
how to scale the array type double of range [-1,1] to [0,1] and [0,360] to[0,1]
if input is matrix, you can use this. upper, bottom xmax =max(input); xmin =min(input); A=bsxfun(@minus,input,xmin); B=bsxfu...
oltre 7 anni fa | 0
Risposto
How can I rotate the axis tick labels in 2-D and 3-D?
Another way List={'AAAAAAA','BBBBBBb','CCCCCCCC'} bar(1:3 ,[0.5 0.3 0.2]) set(gca,'XTickLabel',List) set(gca,'XTickL...
How can I rotate the axis tick labels in 2-D and 3-D?
Another way List={'AAAAAAA','BBBBBBb','CCCCCCCC'} bar(1:3 ,[0.5 0.3 0.2]) set(gca,'XTickLabel',List) set(gca,'XTickL...
quasi 9 anni fa | 0
Risposto
Puzzler for a Monday
k=ismember(A,B) A(k)='' if sum(k)==0 A=A; else A=[A B] end
Puzzler for a Monday
k=ismember(A,B) A(k)='' if sum(k)==0 A=A; else A=[A B] end
circa 10 anni fa | 0