photo

Sandeep Nair


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答