![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9269428_1550239346351_DEF.jpg)
Santosh Biradar
Followers: 0 Following: 0
Statistiques
RANG
119 459
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
24 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
54.17%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I want to give Excel sheet input to Transfer Function Simulink Block
Hello As mentioned, I have an excel sheet as well as .mat file any of them one can be used for below scenerio. It is having ...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
I want to make, MATLAB can log in by for number of people and use the software (but not simultaneously).
Hello This is the purchased matlab licence type. Standard | Designated Computer | Perpetual Could you please guide me how t...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to read and use folder name from Address Path?
Hello This SelMatPathOld is having path location 'D:\ninn\2_resimResult_0628\20220330' I will first read only last part of ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to remove space after using num2str?
Hi DecOriginTime = num2str(OriginTime); >> OriginTime = 1.7984 1.7986 1.7988 1.7990 1.7992 1.7...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
compare 1X6 cell data with Structure
Hello I have NameBLFFile Cell and Matfile stuct. k>>NameBLFFile = 1x6 cell array {'20220329_112048_ADU_INPUT'} {'202...
plus de 2 ans il y a | 2 réponses | 0
2
réponsescompare two string and pass the selected data within it
for i=1:length(chkDataFileName) for j=1:length(Newlyaddednames) inpSTR=char(chkDataFileName(i)); ...
plus de 2 ans il y a | 0
| A accepté
Question
compare two string and pass the selected data within it
Hello There are two strings. chkDataFileName = ["20220329_112048_ADU_INPUT" ; "20220329_141153_ADU_INPUT" ; "20220329_142653...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
The first argument must be a string array, character vector, or cell array of character vectors
Hello I am getting error for below lines. Showing up the msg, The first argument must be a string array, character vector, or c...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to select an Excel file by it's extension
Hi %% Here only 1 Excel file will be present in ComparySummary folder. And I want select that Excel file with FilePath %% Fil...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Delete worksheet from Excel
Hello I have tried below In the main code, %%Value of newidx = "AAA" i,e, Excel Sheet Name %% Value of excelName1 = D:\...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Delete selected worksheet from Excel
Hello There will be some sheets in an Excel fie,I have to delete few perticular sheets from same excel. for j= 1:length(idx1)...
plus de 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
error while copying excel sheet to another excel
Hello Start 1.Read the two cells from Result Summary Excel 2. Combine two cells of Result summary Excel, It will give us She...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
how to copy sheet from one excel to another sheet of excel.
Hello I tried below code excelFile1 = fname; --> It is having Excel file format data with .xlsx extension ...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
how to copy sheet from one excel to another sheet of excel.
Hello I tried below code excelFile1 = fname; --> It is having Excel file format data with .xlsx extension e...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
without writing any data, I want to create blank excel file.
Hello Initially, I want to create new excel file in a desired location. Later I will copy some of the sheets from Existing ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Invalid expression.Unable to resolve the name
Hello [num,txt,raw] = xlsread('SummaryResult.xlsx','AAA_SheetName'); newlyAdded = readtable('SummaryResult.xlsx', 'Sheet', ...
plus de 2 ans il y a | 1 réponse | 0
1
réponsecombine two cell into one string
Hello @dpb @Chunru @Cris LaPierre @David Hill I am very thankful for your response but I tried to do with everyone's soution,...
plus de 2 ans il y a | 0
Question
combine two cell into one string
Hello I have attached SummaryResult.xlsx eg. here, I need data as for A3 B3 it should be aaa_20220623 same for A4 B4...
plus de 2 ans il y a | 5 réponses | 0
5
réponsesQuestion
read two excel from different location using readtable
Hello I am selecting two Excel files from different locations. Later I want to read the NEW and OLD excel data using Readtab...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Hide excel sheet form Excel file
Hello I have created 3 sheets in same excel. I want to Hide Sheet number 2. excelFile3 = strcat('SummaryResult','.xlsx');...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Hide excel sheet form resulted Excel file
Hello I have created 3 sheets in same excel. I want to Hide Sheet number 2. excelFile3 = strcat('SummaryResult','.xlsx'...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to delete the ROW data from excel by reading Column in the same sheet
Hello %%raw is having data of excel size 10X20 %%SummaryResult.xlsx is excel havinnd "aaa" is sheet name If aaa sheet con...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Need Row data after ismember or using strcmp (compare only single column A and later need all Row data of that particular column)
SummaryResult.xlsx Hello Everyone Here is 1st approach code 1: %%Here I want to find out 'aaa' from sheet->'MissingData', &...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Need all row data after strcmp
try in = 'AAA'; p = strcmp(in,raw); if p >= 0 xlswrite('SummaryResult.xlsx',raw1(p),'AAA','A2') else 0; end end...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Compare and find similar values present in column entire A
Hello Everyone In the SummaryResult Excel, (Attached) . It is having 2 sheets. MissingData and NewlyaddedData. if 1st Sheet or...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Find the missing rows and newly added rows in two different excels sheets
Hello I am comparing and finding out the missing rows and newly added rows data from two different excels sheets. I have atta...
plus de 2 ans il y a | 1 réponse | 0