Community Profile

photo

Sandeep Nair


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to plot matlab figure in excel through matlab script
Am creating a excel workbook through matlab script and i want to paste some matlab figures into that workbook.How to create a ex...

3 years ago | 1 answer | 0

1

answer

Question


Subtraction of alternate cells in an array
I have an array of lets say A=[ 1 2 3 4 5 6 7 8 9 10]' and now i want to do a subtraction of the numbers by leaving once cell in...

3 years ago | 1 answer | 0

1

answer

Question


How to insert a cell with string into a table as variable
I have a cell B of 1x59 strings in it and i want to insert it into a table T as variable names When am using the command T.Va...

3 years ago | 1 answer | 0

1

answer

Question


How to give the variable name of a large dataset to a table
I have an .xlsm file and am storing the text and numbers in separate variable ,now i want to make a table with that such that i ...

3 years ago | 1 answer | 0

1

answer

Question


Importing ascii file in matlab with tab as delimiter
I need to import the ascii file from matlab script with tab as delimiter and the variables names should be from row 3 and the d...

3 years ago | 2 answers | 0

2

answers

Question


Finding max but when a condition becomes true it should find max two steps ahead
There is a signal with values suppose A=[5,4,3,2,6,7,8,9] The max of A goes back again and check the max with next one So in ...

3 years ago | 0 answers | 0

0

answers

Question


Plotting 3D surface for a variable dependent on 2 variables but the 2 variables are not monotically increasing function
Can anyone help me in plotting a surface for a function which is dependent on two independent variables but the two independent ...

3 years ago | 1 answer | 0

1

answer

Question


Creating a map through reverse engineering from two independent variables for a dependent variable from result graph
I want to make a map of a function which is dependent on two variables ,i have a graph in time series form for the function and ...

3 years ago | 0 answers | 0

0

answers

Question


Not able to extract data from fig file having subplots
There are 7 subplots in my fig file , am able to extract data from all but not able to extract data from 6 fig . Could anyone t...

3 years ago | 0 answers | 0

0

answers

Question


Fig file extraction of data and legend from plots
Hi, I have a fig file ,in my figure file there are around three types of plots with legends attached to them ,am able to extrac...

3 years ago | 1 answer | 0

1

answer

Question


Unable to delete a PID block
Am unable to delete a PID block the error that am getting is given in the screenshot attached below Could you please help me ho...

4 years ago | 0 answers | 0

0

answers

Question


Inserting values from matrix into a script file
I have a script in which some of the values should change from the matrix which i have and create a txt file. Supoose my matrix...

5 years ago | 1 answer | 0

1

answer

Question


How to get a big string into the other line for visibility
I have a big string which i would like to store it in a command but due to visibility issue i want to use ... command to come to...

5 years ago | 0 answers | 0

0

answers

Question


Next line command in fprintf is not working while writing in text file
Am trying to generate a script so there is a specific format which i need to get so that i could use the file generated in other...

5 years ago | 2 answers | 0

2

answers

Question


Saving a text file with strings stored in cell array
I have to create a script 35 times and save it in txt format and the name for the script i have i have stored in cell array.Now ...

5 years ago | 1 answer | 0

1

answer

Question


Read multiple csv files from a folder and not all csv files
I want to read multiple csv files from a folder and not all csv files.I have the names of the particular csv files in notepad fo...

5 years ago | 1 answer | 0

1

answer

Question


Accessing data from multiple excel files and loading it into a single variable
I want to load data of multiple data from multiple excel files and load it into a single variable so that i can perform operatio...

5 years ago | 1 answer | 0

1

answer

Question


Concatenate cell array of different size along different index of cell
I want to concatenate cell array a{1,1}= 20x14 double matrix and a{1,2} = 30X50 double matrix by using cat(3,a{:}) but the error...

5 years ago | 0 answers | 0

0

answers

Question


Having problem inserting and accessing the values from that cell array
Am trying to insert a 3 matrix of m x n size into a cell array by using a loop statement like for i=1:3 a{i} = {M }; (M is the...

5 years ago | 1 answer | 0

1

answer

Question


Finding the max value of a particular row in a cell array and then returning the values of the full row in a table
I want to return the full values of a row by finding out the max value of a column which falls into that particular row. Suppos...

5 years ago | 1 answer | 0

1

answer

Question


Open multiple csv files store it in a variable equal to the number of csv files and do some calculation and compare
I have multiple csv files,i want to open it and store the data in variables and find out the max from each row of the variable...

5 years ago | 1 answer | 0

1

answer

Question


0x1 matrix getting while using find function
Am getting 0x1 matrix while using find function to retreiv the indices,i have tried to use the max function in the array and the...

5 years ago | 1 answer | 0

1

answer