Ionut Anghel
KTH
Followers: 0 Following: 0
Statistik
16 Fragen
0 Antworten
RANG
24.341
of 295.448
REPUTATION
1
BEITRÄGE
16 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
87.5%
ERHALTENE STIMMEN
1
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
3Dplot suggestions on azimuthal data
Hi, I never used 3D plot in Matlab. I will like to plot in 3D, the data from the the attached file. I was trying in Excel ...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Sort and extract elemets from a structure.
Hello all, I have the following structure/array which i loaded it from mytext.txt VarA ParamM ParamN VarB Para...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Load a txt file:
Hi, I have the following question: Supose I have a txt file, myfile.txt and it look like this: */header fff.235 T ...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matrix, vector, plot, combination
I have this little code: x=(1:1:50); X=x'; Y=[101:1:150;151:1:200;]; yy=Y' plot(X, yy(:,1),'-or'); hold on plot(X(:,1)(1:...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Export multiple figures in a directory
Hi, I have this piece of code: clear all; close all; x=(1:1:50); y=x.^2; z=x.^3; t=-10*z; aaa=[y; z; t]; for i=1:si...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot, legend, settings, appearance
Hi, I have following question: This question is about a plot as in the image bellow. clear all; close all; x=(1:1:...
mehr als 9 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Plot, marker, setting appearance
<</matlabcentral/answers/uploaded_files/33752/test_graph.png>> Hi, there is anyway to set the Marker appearance such that it ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Vector and matrix index operations
Hi, My question is about vectors and matrix: Assuming I have vector (array) of strings: myvect={'101AA21' '101AA22' '101AA23'...
mehr als 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Write a matrix of strings to text file:
Hi, I have the following problem. I have to write a kind of header to text file. I tried to create a matrix (rather I should s...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Insert rows in a matrix
Hi, I have the following problem: matrix AA=[NaN 1 2 3 4 5 NaN 10 20 30 40 50 ..............
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matrix to be printed to a text file
Hi, I have the following matrix AA=[Nan 1 2 3 Nan 4 5 6 Nan 7 8 9 Nan 10 Nan Nan] I want to print this mat...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Insert row in a text file-formating issues
Hi, I have follwing question: I have a "Mytext.txt" file which contains a formated table [20000X30]. It looks like: ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Writing in a text file from two different files
Hi all; I appologize in advance for easy questions but I'm quite new in using matlab formats .I have 2 files: myfile01.txt ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Multiple datasets, lsqcurvefit function?
Hi, I have the following problem ydata=[1:1:10]; xdata=[0.1:0.1:1]; zdata=[10:10:100]; ydata=1+(A+B*xdata...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to fit multiple data sets?
Dear all, I have the following question: I need to determine some coefficients(A,B,C,D,E): ydata=[1:1:10]; xdata=[...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Replace elements of matrix
I have the folowing: vector=[1 3 8 9]; matrix=[ 100 1 5 9 6; 100 10 13 3 8; 100 9 10 1 4; ]; % I want to search ...
mehr als 11 Jahre vor | 5 Antworten | 0