Answered
set x-axis intervals as cubic of X
x = 0:9 ; y = 2+3.*x; figure; plot(x,y); xt = get(gca, 'XTick '); xtlc = sprintfc('%.1f', xt.^3 ); set(gca, 'XTick', xt, 'XTi...

5 years ago | 0

Question


set x-axis intervals as cubic of X
hello, I am really sorry to bother you all with this question, I know that there is a solution somewhere in a forum (yesterday ...

5 years ago | 1 answer | 0

1

answer

Question


Cartesian product of list
Hello, I have 4 vectors A, B, C, D with A=1:6; B=1:5; C=1:10; D=1:4; % in real case, the max values i.e 6, 5, 10 and 4, are ...

5 years ago | 1 answer | 0

1

answer

Answered
detect correct startRow in fopen before textscan
Dear Maeda-san the code below works well and solved my question. I deeply thank you for your answer, and your time to help me. ...

5 years ago | 0

Question


detect correct startRow in fopen before textscan
Hello, I have a text file containing 17 columns of data, with a variable string header above the data. The header contains sev...

5 years ago | 7 answers | 0

7

answers

Answered
detect correct startRow in fopen before textscan
Dear Maeda-san thank you very much for your help. I tried to implement your code, but it did not work. If it works, then in my ...

5 years ago | 0

Answered
detect correct startRow in fopen before textscan
Dear Maeda-san, I tried to adapt your code like this, but I stopped running it by CTRL-C : startRow was about 73458. Actually...

5 years ago | 0

Question


3D plot help
Dear all, I am sorry for this basic question, but even I have some experience with matlab, I am not able to understand why I c...

5 years ago | 1 answer | 0

1

answer

Question


data analysis - 3D plot - Cartesian product of list
Dear all, I have a set of experimental conditions obtained by sweeping 3 parameters A, B, C. For each condition, I have 1 experi...

5 years ago | 1 answer | 0

1

answer