azizullah khan
University of Engineering and Technology Peshawar,KPK,Pak
Followers: 0 Following: 0
Estadística
35 Preguntas
4 Respuestas
CLASIFICACIÓN
14.137
of 295.467
REPUTACIÓN
3
CONTRIBUCIONES
35 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Conversion of for loop to Vector.
I have two for loops and it's processing is very slow.I need to speed up the task. Any help would be highly appreciated. ...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to vectorize for loops?
Hi Everybody, I have three for loops and their processing is very slow, I need to speed up the process. For that purpose we ne...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add .Net library to global assembly cache?
How can i add .net library to global assembly cache. When i add .net library for example NET.addAssembly('abc.dll') it...
alrededor de 10 años hace | 1 respuesta | 1
1
respuestaPregunta
How to convert string data to cells ?
I have Data in string form and want to convert that data to cells: String Data = (114) Ins = 4 Battery Checking Plus ...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to insert new column to existing excel sheet?
My aim is to insert new column/Cells (for specific range e.g B2:B8 ) with out interrupting other cells or data.More specific i w...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract data from pdf file in matlab?
I am in search of such algorithm that will extract data from pdf file.For example in the pdf file a sentence is present i.e: Ac...
alrededor de 10 años hace | 3 respuestas | 1
3
respuestasPregunta
how can we read excel file with cells colors, format and having image?
Want to read excel file with cells colors and with cell format (formulas etc) and the excel file also contain images.Kindly shar...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
License manager Error -114 , Need to fix?Need you help.............
After installation of Matlab 2014a.I found an error...Need to fix this error. If the error is due to license ,kindly send me lic...
alrededor de 10 años hace | 4 respuestas | 0
4
respuestasPregunta
How to read Ms word file in matlab?
i want to read Ms word file in matlab..please someone help me out...Thanks..
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Read PDF file in Matlab?
I want to read pdf file and make some changes in it and then save them in excel.... I have tried my best but fail every time.......
más de 10 años hace | 2 respuestas | 0
2
respuestasSpreadsheet (.xls) not fully loading
Save these files as CSV format and use csvimport it will be better.... Or which type of OP system you are using?
más de 10 años hace | 0
xlswrite will no longer work on my computer
Use xlwrite Follow these steps: 1. Copy xlwrite code and save it in your current directory. 2. Then download poi-library file...
más de 10 años hace | 0
Pregunta
Save file to other directory other than current directory.
i want to save files to other directory other than current directory in a loop. my current directory C:\Users\folder ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Export/save data into excel in matlab 2014a...
*xlswrite('someting.xls',data) make error i.e* Warning: Could not start Excel server for export. XLSWRITE will attempt to ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Remove/replace ' i.e single quote from a sentance ...
asad' want to replace ' and obtain asad need general code.
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Remove some portion from a sentance...
http://www1.interactivebrokers.ch/contract_info/index2.php?action=Details&site=GEN&conid=81578645', i want to remove ', and...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Search url inside another url in matlab....
i want to search a url inside another url... for example www.youtube.com i want to search it in www.zalmos.com or www.awebproxy...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Need matlab code which open block webistes in matlab.
i need code in which i can enter url which contain some blockage and with the help of the code i can read the block url. thanks....
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to set proxy setting in matlab?waiting for your response.............
i want to set proxy setting in matlab. proxy host proxy port what are the input for these so that i can use urlread for th...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to write url in proxy url in one statement.......
i want to write url e.g www.youtube.com in proxy url like www.zamlos.com .. now i need such a statement in which the www.you...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
urlread() related problem....need your help.....
sir, when i use urlread() for a site i works but after sometime or when i use urlread() many time then problem occur it read an...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
urlread() related problem in matlab......
url='http://www1.interactivebrokers.ch/contract_info/v3.8/index.php?filter=ZBANZg&action=Conid+Info&lang=en&wlId=GEN&conid=81578...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
regexp(a,exp) related question.
a=<img src="images/flags/.gif" border=0 alt="">Country want to get only Country using regexp and if any other function kindl...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Merging of Cell data into one entry.
ans = Columns 1 through 6 'AMEX' 'ARCA' 'BATS' 'BEX' 'CHX' 'CSFBCROSS' Columns 7 through 12...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Merging of cell data .
a = [2] [3] [4] [5] [6] a is of type cell want output of type cell like out= [23456] plea...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I scrape a website using MATLAB?
I want to scrape the text data from a table on a website. I have used |urlfilter| but this only scrapes numbers.
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
CORDIC ALGORITHM USING SYSTOLIC ARRAY BY QRD IN LMMSE DETECTOR?
SIR, I WANT TO DESIGN A LINEAR MINIMUM MEAN SQUARE ERROR DETECTOR AND WANT TO USE SYSTOLIC ARRAY WITH CORDIC .KINDLY SEND ME THE...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
CORDIC ALGORITHM USING SYSTOLIC ARRAY BY QRD IN LMMSE DETECTOR?
SIR, I WANT TO DESIGN A LINEAR MINIMUM MEAN SQUARE ERROR DETECTOR AND WANT TO USE SYSTOLIC ARRAY WITH CORDIC .KINDLY SEND ME THE...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to change compression level in PCA?
how to change compression in pca and how to find the compression ratio in pca...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
matlab code for image testing after PCA...Need matlab code???????????????
i have compressed data by pca. now i want to test image with the compressed data how to do?need matlab code........................
casi 11 años hace | 0 respuestas | 0