Statistics
RANK
283,634
of 297,016
REPUTATION
0
CONTRIBUTIONS
9 Questions
4 Answers
ANSWER ACCEPTANCE
44.44%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Alternative int32 old matlab doesn't support
Good morning, how can i do the int32 function in a different way? Because Matlab 5.2 doesn't support it, and i have ...
11 years ago | 2 answers | 0
2
answersQuestion
Filesep error Unexpected Matlab expression
Good morning, i'm creating a script which will work on Unix and Windows so i need to solve the problem of different directory...
11 years ago | 1 answer | 0
1
answerQuestion
index of out of bounds from txt
Guys, i simplified the problem The code is: name=['r9460.txt'] fid=fopen(name,'r'); while ~(feof(fid)), head=fsc...
11 years ago | 1 answer | 0
1
answerQuestion
Index out of bounds error very unusual
Good evening my friends, i have an unusual error; if my code loads these values from file it gives me error Attempted to acc...
11 years ago | 3 answers | 0
3
answersIndex out of bounds error very unusual
Guys, i simplified the problem The code is: name=['r9460.txt'] fid=fopen(name,'r'); while ~(feof(fid)),...
11 years ago | 0
Question
undefined function type double
Good evening friends, i have a very simple problem with this code(but my brain is out of service and i need to solve it by to...
11 years ago | 3 answers | 0
3
answersQuestion
If function error in for cycle
Good evening, i have a problem with this code The problem is in line 72; the variable minuti=14(which is part of a time 9.14),...
11 years ago | 0 answers | 0
0
answersSave graph / plot progressively
Thanks very much Mr Walter Roberson. Is 'savesas' the best function or there is one which gives me a better quality of images? ...
11 years ago | 0
Question
Save graph / plot progressively
Good evening, i need help, i want that my code saves plot in progressive mode. I thought to use saveas function in a code lik...
11 years ago | 2 answers | 0
2
answersQuestion
Problem with if function and decimal numers
Good evening, i have a problem with this code: a=1:0.1:2; b=0.1; for i=1:1:10 angoloutile(i)=a(i); en...
11 years ago | 2 answers | 0
2
answersCreare table in txt file
Thanks so much it works very well, but if i use the same trick in this code it doesn't work.. Can you help me? angolo_mi...
11 years ago | 0
Question
Creare table in txt file
Good morning, i have a problem with this simple code(i'm very noob): x=[1,2,3,4,5]; y=[6,7,8,9,10]; p=fope...
11 years ago | 2 answers | 0