Furat Alobaidy
Followers: 0 Following: 0
Statistik
RANG
144.502
of 295.467
REPUTATION
0
BEITRÄGE
28 Fragen
8 Antworten
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
How can compute the power consumption for AN structures through execution?
Hi , please I have 4*10*2 multi layers AND structures, is there any formula to compute the power consumption approximately when ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
can we assign number of CPUs or number of GPUs should be working in DNN ?
Hi , please i need running image classification for DNN by CPUs and GPUs , so is there specif command in Matlab can i assign ho...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can count number of memory operations in N*N MLP?
Hi ; kindly , i need count approximately the number of memory operation required for MLP with 4*4 input , 8 hiden nerons and on...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using gpuArray : when running three times , GPUs not working again !
clear all; gpu = gpuDevice(); fprintf('Using a %s GPU.\n', gpu.Name) sizeOfDouble = 8; % Each double-precision number needs 8...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can save by : Xwrite data sets into excel more than 26 ,A-Z, columns?
Hi , please i have image data sets as (784 rows * 128coulums ) i need save its in an Excel file ? the problem is when i save b...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how saved all Images as Vector in Excel file?
Hi i need save more than 128 images into excel file after convert each image into vector ? i did these steps , but how can do f...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I rescale an image three dimensions (128*128*3) into 2D as (128*128) double ? please
Hi , i have set of images with dimensions (128*128*3) unit8 , i need convert them into 2D double as (128*128) double ? this code...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can write and store my data in function file to excel file ?
Hi , i have function contain on data as below ( different columns) , how can store each column( inside data function ) to exc...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can Draw multiple squares in same slice with different dimensions
Hi please i have tree data arrays and i need draw them as pictuer below, three squares with different three dimensions squars ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenHow adding multiples values insiade Excel file ?
thanks a lot for your help.
fast 5 Jahre vor | 0
| akzeptiert
Frage
How adding multiples values insiade Excel file ?
hi , i have multi excel files contains multiple values, i need adding the values for each variable which is repeated much time i...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenANFIS runing ptoblem ! Please help
trndata = is input data (1: 7000) chkdata = is output data (target data) (1::7000)
fast 5 Jahre vor | 0
Frage
ANFIS runing ptoblem ! Please help
I trired to runing ANFIS for predicted data as in code , but gave this error :\ Error in anfis (line 67) [varargout{1:na...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortHow can plote continous line to clear the matching between predictions and real outputs points in same figure by MATLAB
thanks a lot .
fast 5 Jahre vor | 0
| akzeptiert
Frage
How can plote continous line to clear the matching between predictions and real outputs points in same figure by MATLAB
Hi , i have NN for prediction points, i need draw line in the results showing how much the prediction points matching the real...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can remove Excel column by MATLAB
Hi , please i have Excel file contains multi coulums how can remove entire specfic coulums ; for example i have colums (A,B , ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how MATLAB find the ratios for training NN results (test, train and validation )?
Hi , please , what is the mathematical formula for calculate the ratio in matlab when i used NN for prediction problems so wha...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortHow can Looping (open text files, processing and save as Excel file) for multi times ?
Thanks for all about this helping . its running now .
fast 5 Jahre vor | 0
How can Looping (open text files, processing and save as Excel file) for multi times ?
Still i have problem with this insturaction : how can avoid that ?Please %% Save result file xlswrite(result,strcat(outDirect...
fast 5 Jahre vor | 0
| akzeptiert
How can Looping (open text files, processing and save as Excel file) for multi times ?
thanks for your help , but its gave me error : Error using xlswrite (line 170) File name must be a string scalar or characte...
fast 5 Jahre vor | 0
Frage
How can Looping (open text files, processing and save as Excel file) for multi times ?
Hi , Please , i have multi text files , i need looping : open ,processing, saving the results as excel file . repeat this proc...
fast 5 Jahre vor | 5 Antworten | 0
5
AntwortenHow can save cell array (numbers and string ) using xlswrite ?
thanks for your notice , i update the code based own your comments, but still not able to write all the values for the cell arra...
fast 5 Jahre vor | 0
Frage
How can save cell array (numbers and string ) using xlswrite ?
hi, i have this code, i tried to store the cell arry (Bandwidth1) in excel file inside iteraion , but the excel file results em...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
xlswrite: write values in different rows in each iteration in Excel file
hi, i need doing xlswrite: write values in different rows starting from A2,A3... An, if assume A1 for the title each coulmn ea...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Extract and process a specific Excel Rows
Hi , Kindly. i have Excel file contains on two columns with multi-hundred of rows, i need to extract values for specific rows...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
The splitting text contains file into separate columns
hi i have text files contains strings and number , i need seperate the string from numbers into excel columns file : as in att...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can select apecific rows from text files
Hi , i have theses data sets as text file, i need extract and save specific rows only ( i need the rows that contains the wor...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to Split excel file with multi columns into equal smalller excel files using matlab
Please how can splitting Excel file (n*m) into smallaer equal excel files by matalb
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can select a specific bits from logical vectors !
Hi , i need your help please , i have vector contains hex numbers such as :(16-bits) (0000 0011 1100 0000) i need select t...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how splitting data in one column into two column in EXCEL file by MATlab?
Hi , i have excel file contains address memory from : to as example : (in excel file as attached ) 4c078c:4c078f i need to p...
etwa 5 Jahre vor | 1 Antwort | 0