Community Profile

photo

Rohit P


Last seen: 5 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to Generate S-Function Block of a model having a initialize block at the top level using rtwsfcn.tlc target?
Hello MATLAB experts, i am facing an issue with code generation(S-function block creation) with my model. It has one initializ...

5 months ago | 0 answers | 0

0

answers

Question


How to compare previous column values of all rows to the current column value with a user defined criteria
Hello MATLAB Experts,, i am stuck at a problem.. please help in solving this.. the Question is:- i have a matrix A = 2x6. No...

1 year ago | 0 answers | 0

0

answers

Question


how to find correlation of a row with all the other rows of a matrix ?
Hello guys, i am stuck at a problem.. i have 30000x8 matrix.. i want to find correlation coefficient of each row in the matrix ...

1 year ago | 1 answer | 0

1

answer

Question


how to open a excel workbook make changes in its first sheet while keeping all the other sheets along with the format as it is and write the workbook in other excel sheets?
Hello MATLAB Experts, i have an excel workbook which has 4 sheets. so,in the first sheet i want to change the values of differe...

2 years ago | 0 answers | 0

0

answers

Question


how to make combinations of different variables(each having some range) using some conditions?
Hello MATLAB Experts, i got stuck at this problem.i have some variables each having a range.For ex. i have variables A with ran...

2 years ago | 0 answers | 0

0

answers

Question


how do i update a value of a particular column of a cell without changing other columns and store the updated value along with other columns in other cell?
Hello everyone, i read an excel file using xlsread in matlab.the excel file contains 2 columns and 5 rows. the structure of exc...

2 years ago | 1 answer | 0

1

answer

Question


How to Find value inside a matrix that satisfies a condition and store that value in column 1 its corresponding row in column 2 and its column in column 3
Hello All, i have a random 5*5 matrix.now i want to check in the matrix which value is present between 0.25 and 0.50.if present...

2 years ago | 1 answer | 0

1

answer

Question


variations of traffic scenarios for coverage
given a basic scenario script and specifications as input.how can i create variations of scenarios using this basic scenario aut...

3 years ago | 0 answers | 0

0

answers

Question


How can i generate test cases using mscript by implementing the combinatorial technique..i.e by using In parameter order algorithm(IPOG) algorithm?
Hello all, i read the papers and theory regarding generation of test cases efficiently by using combinatorial methods.the algor...

3 years ago | 0 answers | 0

0

answers

Question


How to find duplicate and missing files of a folder
Hello all, I have a folder in which there are 6 subfolders and each of those 6 subfolders have 100 .txt files.i want to find ou...

3 years ago | 1 answer | 0

1

answer

Question


how to check the path of each file and compare it with a string and if it matches copy them into new folder?
hello, i need to make a function in which there will be 3 parameters...first two arguments will be source folder and destination...

3 years ago | 1 answer | 0

1

answer

Question


how to write into excel columnwise
function writefiles(dest_folder) addpath(genpath(dest_folder)); %add folder to the path filesandf=dir(dest_folder); ...

3 years ago | 2 answers | 0

2

answers

Question


How to search a keyword in text files and if it is found,write the string next to it in an excel file under a column ?
Hello all, I want to search a keyword *"import from"* from various *.art* files present in a folder.if found,i want to write ...

3 years ago | 1 answer | 0

1

answer

Question


Compare files present in excel file with the files present in a folder,if match found copy them into a new folder
Hello everyone, I have an excel file which has 39 .art files and i have folder in my computer which has 4 subfolders,each sub...

3 years ago | 1 answer | 0

1

answer

Question


How to search a keyword from files of a folder and if found, check if the filename written just after it is present in entire folder or not??
Hello all, I got stuck in a problem, please help. I am trying to search a keyword "import from" inside many *.art* files p...

3 years ago | 1 answer | 0

1

answer