Miquel
Followers: 0 Following: 0
Statistics
RANK
19,634
of 295,448
REPUTATION
2
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Add structs in a saved array of structures
Hello, I have a function (fun1) which generates several results (r1,r2,r3...). I organise them in a struct. results=struct('re...
5 years ago | 1 answer | 0
1
answerHow do I decrease the margins around the subplots in my figure in MATLAB?
You can use the following code: ax = gca; outerpos = ax.OuterPosition; ti = ax.TightInset; left = outerpos(1) + ti(1); b...
5 years ago | 1
Question
Could there arise issues by running the same function in MATLAB pc and online at the same time?
I have a function which I need to run with several distinct and huge variables. Running it in my pc and in Matlab online at the ...
5 years ago | 1 answer | 0
1
answerQuestion
Function fails when called from another function
The function below fails when I call it from another function. I call it like this: % Stuff before where all the variables are ...
5 years ago | 1 answer | 0
1
answerQuestion
Concatenate cells leaving columns/rows empty
If I want to concatenate 2 cells I can use []. For example: >> a={'lala'};b={'lolo'};c=[a,b] c = 1×2 cell array ...
5 years ago | 1 answer | 0
1
answerQuestion
Change specific values in odd/even columns of a matrix
I have a matrix and I would like to make all values which are equal x, equal to y. But I would like to do that only in odd colum...
5 years ago | 2 answers | 0
2
answersQuestion
Script fails only when managing large amount of files (Error: Matrix dimensions must agree)
I have 6004 files each one containing the energy readings for several appliances (and the total energy consumed) of one house-da...
7 years ago | 1 answer | 0