Frage


how do i make the size of the strings appear bigger in plot
n = [10e21,10e18,10e27,10e36,10e32]; kt = [10000, 10, 1000, 10, 10^5]; loglog(kt,n,'go') strings = {' reactor', ' p...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


labeling points on graph
I have this script: n = [10e21,10e18,10e27,10e36,10e32]; kt = [10000, 10, 1000, 10, 10^5]; loglog(kt,n,'go') How can I l...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot specific points on matlab loglog plot
How would I plot these points on a matlab loglog plot? n = 10^21, T = 10000 n = 10^18, T = 10 n = 10^27, T = ...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


loglog plot at high numbers
Hi, I am having trouble plotting something in loglog plot. I want to make a plot of n vs. T where n goes from 10^16 to 10^38 ...

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Delete rows from array
I have an array called yi1 It has more than 10,000 rows. How can I delete all rows from 10,000 upwards?

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


MATLAB cell to matrix
I have 1 row and 106 columns. Each cell contains various numbers. Some cells contain 1 number, some contain 5, etc. The problem ...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


MATLAB Fitting image edges
Can someone help me with Image processing in MATLAB. When you fit objects close to the image edges and in the center, what shoul...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Point Spread Function of Image
I have an image and I want to get the Point Spread Function for it and then plot it using surface plot. Does anyone know how I c...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort