Sandeep Nair
Followers: 0 Following: 0
Statistiques
22 Questions
0 Réponses
RANG
121 233
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
22 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
40.91%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0