![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7576524.jpg)
H ZETT M
Universität Oldenburg
Followers: 0 Following: 0
Just some student
Statistik
RANG
4.449
of 297.016
REPUTATION
12
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
5
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How to use If and for Random Matrices???
So the way without the for and if loops is: X=rand(5,8) X(X<(0.5))=0; X(X>(0.5))=1; if you really want to use loo...
mehr als 7 Jahre vor | 1
Frage
Scatter not ignoring NaN in image
Hey everyone, I need your help for a short moment. I used "scatter" to plot the following image. <</matlabcentral/answers/upl...
mehr als 7 Jahre vor | 2 Antworten | 0
2
Antworten[Help me, please] How to find 3 point maximum matrix in matlab ?
I am not sure if this is what you wanted, but I managed to recreate what the code should be doing to get your results. A=[7...
mehr als 7 Jahre vor | 1
| akzeptiert
How to select an array without element i
This is not pretty, but it works: a =[1;4;7;11] n = 4 V = zeros(3,n) for i=1:n V(:,i)=a([1:i-1...
mehr als 7 Jahre vor | 1
How to detect shape within image
This might help you: <https://de.mathworks.com/help/images/ref/imcontour.html imcontour>
mehr als 7 Jahre vor | 0
I need to write down a function 'linzav' which needs to check is the given set of vectors linearly dependent or independent. If it is dependent, write down one vector as linear combination of others?
A way to start might be something like this: Vec_1=[1;2;3] Vec_2=[2;4;6] Lin=Vec_1./Vec_2 if all(Lin == Lin(1)) ...
mehr als 7 Jahre vor | 0
Frage
Increase the resolution of contour
Hello, so I tried to plot a coast line with contour. All I did is: Loading the Data (blue=1 is land, green=0 is water) and ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Switch-case error message by matlab
Hey guys, I got this "problem" I made a switch-case thingy and it is working, but matlab shows me these red bars at the right ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How do I let Matlab know which functions to call ?
So what I want to do is basically something like this: Stokes = 'enabled' Wind = 'enabled' Flow = 'disabled' I wan...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What does "@" do ?
So this is a simple question. I found some code that uses "@" and I looked it up in the matlab documentation, but I did not fin...
etwa 8 Jahre vor | 2 Antworten | 2
2
AntwortenFrage
Using a matrix in scatteredInterpolant
Hey guys, so I got the following problem: I want to interpolate my matrix (size 220x180x1801) onto a new grid (of course size ...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to plot rows of two matrices in different colors without for loop
Hey guys, I need your help. So I got two matrices x and y. They are currently 4135*1441 large. So what I want to do is basic...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Faster interpolation than interp2 ?
Hey guys, I have a question. I am currently using interp2 for interpolation of single points on a grid. In my case it is ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mehr als 8 Jahre vor
Frage
integral length of turbulence
Hey guys, I need your help. It is about the integral length of turbulence flow. So we got data from some wind measurement, recor...
mehr als 8 Jahre vor | 0 Antworten | 0