Feeds
답변 있음
How to solve a 2nd degree equation of matrix ?
Hi, Unfortunately you didn't specify what you have and how you defined it but... the function _solve_ needs symbolic argum...
How to solve a 2nd degree equation of matrix ?
Hi, Unfortunately you didn't specify what you have and how you defined it but... the function _solve_ needs symbolic argum...
11년 초과 전 | 0
답변 있음
How can I create contour for velocity?
Hello Mohammad, if I understand your question correctly, it doesn't make much sense to draw a contour plot for your data, sin...
How can I create contour for velocity?
Hello Mohammad, if I understand your question correctly, it doesn't make much sense to draw a contour plot for your data, sin...
거의 12년 전 | 0
답변 있음
Making cell array out of two same length vectors
Hi Mohammed, if you have the two vectors x1 and x2 (each of size 1x1066) you can merge them frist to a matrix: X = [x1;x2...
Making cell array out of two same length vectors
Hi Mohammed, if you have the two vectors x1 and x2 (each of size 1x1066) you can merge them frist to a matrix: X = [x1;x2...
거의 12년 전 | 1
| 수락됨
질문
Efficiently adding scattered data points to iterative interpolation
Dear all, the *task* I want to solve is to *efficiently approximate a function from scattered data*. I get an unknown amou...
거의 12년 전 | 답변 수: 0 | 0
0
답변답변 있음
A matrix visualization 3d-histogram
Hi Frederik, from your explanation r(i) and m(i) correspond to and x-y position where n(i) is the z value at this point. If s...
A matrix visualization 3d-histogram
Hi Frederik, from your explanation r(i) and m(i) correspond to and x-y position where n(i) is the z value at this point. If s...
거의 12년 전 | 0
답변 있음
How to save in for loops
Hi Yaman, from your description I guess your code looks something like this: for n=1:30 % your different set of 50 ...
How to save in for loops
Hi Yaman, from your description I guess your code looks something like this: for n=1:30 % your different set of 50 ...
거의 12년 전 | 0
| 수락됨
답변 있음
Setting the bar positions / centers in bar3
I actually found now a fast solution which works quite well for me. In case someone else is facing the same problem I post it h...
Setting the bar positions / centers in bar3
I actually found now a fast solution which works quite well for me. In case someone else is facing the same problem I post it h...
거의 12년 전 | 0
| 수락됨
답변 있음
how to name points in a plot?
Hi John, where you used sprint, the plot function expects as input LineSpec or 'PropertyName' followed by Propertyvalue. I...
how to name points in a plot?
Hi John, where you used sprint, the plot function expects as input LineSpec or 'PropertyName' followed by Propertyvalue. I...
거의 12년 전 | 2
| 수락됨
답변 있음
What changes should I apply to this code?
Hi, if I got it right, the introduction of a auxiliary variable should be all you need: s_t = S0 for ... if ...
What changes should I apply to this code?
Hi, if I got it right, the introduction of a auxiliary variable should be all you need: s_t = S0 for ... if ...
거의 12년 전 | 1
| 수락됨
답변 있음
Filling vector with a condition.
Hi Javier, as far as I understood your question you want to create a new vector with for i=1:lenght(A) if A(i)>0 ...
Filling vector with a condition.
Hi Javier, as far as I understood your question you want to create a new vector with for i=1:lenght(A) if A(i)>0 ...
거의 12년 전 | 3
| 수락됨
질문
Setting the bar positions / centers in bar3
Hello everybody, I would like to know if someone figured out a smart way on how to overlay a 2D plot with a bar3 (top-down vi...
거의 12년 전 | 답변 수: 1 | 0