Statistics
RANK
103,249
of 294,438
REPUTATION
0
CONTRIBUTIONS
17 Questions
1 Answer
ANSWER ACCEPTANCE
70.59%
VOTES RECEIVED
0
RANK
of 20,114
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,708
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Increase font size in menu interface
is it possible to increase the font size of the screen MENU interface because for example when i'm using the below code the menu...
13 years ago | 3 answers | 0
3
answersQuestion
problem with menu
is it possible to increase the size of the windows, font, and display on the center of the scree the MENU interface because for ...
13 years ago | 1 answer | 0
1
answerQuestion
Open Excell file with dialog box
Hi I would like to open with the dialog box an excel file that I know already the directory, how can I open? I don't want rea...
13 years ago | 2 answers | 0
2
answersQuestion
Windows size for Input in dialog box
I'm using the below code: prompt = {'Reporting year:','Aircraft operator:','Unique identifier:','Aircraft code:','Member St...
13 years ago | 2 answers | 0
2
answersQuestion
APPEND TWO CELL ARRAY
HI I HAVE TWO ARRAY {AA}=<24X20> AND {AB}=<47X20>. iF I USE AC={AA;AB} MATLAB CREATE TWO CELL? HOW CAN I APPEND AB AFTER AA IN A...
13 years ago | 1 answer | 0
1
answerQuestion
Extract subcell array in a single cell array
Hi I have 25000 file txt and I wrote the below code to read all the txt extract all the value and than I will use for some calcu...
13 years ago | 1 answer | 0
1
answerQuestion
Manipolation of cell array and
I have three cell array as per below and I would like to create a for loop that read directly one per time the three array and d...
13 years ago | 2 answers | 0
2
answersQuestion
Manipolation of Cell Arrays.
I have {A}=<250x22>cell. thanks to another question I'm able to know the pairs of two colums of {A} for example I have just thes...
13 years ago | 2 answers | 0
2
answersQuestion
Find in a matrix value pair.
I have a matrix with 8 column and 250 raw. I need to create a function that read the first two column and and analyze the combin...
13 years ago | 2 answers | 0
2
answersQuestion
Floating point value to integer value
Dear All, I have a matrix 250*21 and on the 8th column I have at the moment all the number not integer value, and I would like ...
13 years ago | 2 answers | 0
2
answersQuestion
Problem with XLS files read and write
Dear All, I have a single file with a table of 8 column and 200 raw. I would like to create a function that open the XLS file a...
13 years ago | 1 answer | 0
1
answerQuestion
How to read xls data. Problem
Hi everybody, I have 10 xls files (unknow name) composed by some number and some text. I remember that there is a function to re...
13 years ago | 1 answer | 0
1
answerQuestion
How to insert index table on XLS
How can I insert a Index table on XLS file? On matlab I have a matrix with 8colums and 200rows. I need to insert on the fi...
13 years ago | 1 answer | 0
1
answerQuestion
Problem with for loop and if
I created the following code. The code will open 4 file.txt, extract the value and do some check. The first check is to verify...
13 years ago | 1 answer | 0
1
answerQuestion
String in matrix for loop
I have created the below for loop. The txt files are all composed by 16 elements, the first 8 are string and the seconde 8 are n...
13 years ago | 1 answer | 0
1
answerQuestion
Create a random Matrix
I have a 8 column vector n*1. Can I create a Random matrix of n*8? The function must take one value from each vector and crea...
13 years ago | 2 answers | 0
2
answersCreate for a n*n matrix n files txt/
Thanks cyclist. but I don't understand how to insert on my loop the solution tat you wrote me. L et take as example a 2*2 m...
13 years ago | 0
Question
Create for a n*n matrix n files txt/
I have a big problem with a for loop. If for example I have a 5*5 matrix and for each row I would like to create 5 different .t...
13 years ago | 3 answers | 0