Community Profile

photo

Fredrik


Lunds universitet

2011년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Review
  • 3 Month Streak
  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
Save as .emf problems
My problem was solved bu using the straight forward solution: In the figure window, Go to menu Edit -> Copy Figure Then I go...

대략 9년 전 | 0

| 수락됨

질문


Save as .emf problems
Hi, I am trying to save a plot as .emf with a lot of scattered data points, plotted as dots ('.'). Saving works but when import...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Is there an interactive slope calculator between two moveable markers in a figure?
Hi, I was wondering if anyone has created a way of interactively showing the slope between 2 points that one can move around in...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


How to inverse all vectors in a struct
Hi, I have several structs with vectors in all of them. For some reason I have all vectors in wrong order. An example could b...

대략 11년 전 | 답변 수: 2 | 1

2

답변

질문


How to untagg data in plotbrowser when function is paused
Hi, I have a for loop which creates about 30 plots. Between each plot I pause and have the plotbrowser activated. In the plot...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Insert multiple plots to excel sheets using ActiveX
Hi, I have a function where I create about 30 plots in a for loop. Now I would like to put each plot, as a pitcture, into a sep...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to start with untagged data in plotbrowser?
Hi. I plot several plots,. lets say 30,in the same graph. How can I get them all to be untagged when I open plot browser, ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
dynamicDateTicks with a plot below
I have managede to solve almost all of it. with use of an example I found using action call back. I use the text ...

거의 12년 전 | 0

질문


dynamicDateTicks with a plot below
Hi, I use dynamicDateTicks and two subplots to view wind speed on the first one and power from a wind turbine on the second o...

거의 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Find older version of my m-file.
Thanks for the answer. What can I do with the asv file? It is still not "old" enough, I need to go further back!

거의 12년 전 | 0

질문


Find older version of my m-file.
Hi, I wonder if there is any way to go back and find older savings of your m-file even after you overwrote it? Because by ...

거의 12년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Change position of numbers on x axes in surface plot
I have also made this plot with imagesc and not only surface. When I try the same approach here, it does not work. The grid ...

대략 12년 전 | 0

질문


Change position of numbers on x axes in surface plot
Hi. I plot a surface plot and the numbers in the xaxis match the lines that go through the surface. Is there any way to get th...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


Color in surface plot
Hi. I have a matrix with different ratios that I plot in matlab. I would like to change the coloring to certain intervals th...

대략 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Using polar plot with multiple data sets
Problem solved by making an extra copy of polar.m . Then change all criterias that have to to with rmax, rmin, and replace that ...

12년 초과 전 | 0

질문


Using polar plot with multiple data sets
Hi. I would like to plot two two datasets into the same polar plot. I only want one grid that is adjustes so that both datasets...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Similar to wind rose
Best answer for all future noobies like me to solve this is : add view(90,-90) on the row after your plot, and everything looks ...

12년 초과 전 | 0

| 수락됨

답변 있음
Similar to wind rose
Is there a way with using view?

12년 초과 전 | 0

질문


Similar to wind rose
Hi. I am looking for something like a wind rose, but with scatter points instead. I have vector Direction=[15,78,66,39,254,34...

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


CSWWrite
Hi. I have my data in a Matrix called Data and my Time in a Cell array called Time, with "yyyy-mm-dd-hh-mm format". Now I want...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to use textscan from the middle of a file.
Hi. I am not very used to textscan and I really do not understand the help text. I have a textfile with A lot of text before the...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to find from what row an outprint comes from
Thank you very much, never thought this woulf be such an interesting quiestion! I will try your advice as soon as possible!

12년 초과 전 | 0

질문


How to find from what row an outprint comes from
Hi Everyone. For some reason i get a very large "data print" in the command window when i import data with my import file. For ...

12년 초과 전 | 답변 수: 4 | 1

4

답변

답변 있음
String with csv in matlab
Do you have any idea on how to increase the speed of this? This way of importing takes about 1 second per file I import, and si...

12년 초과 전 | 0

답변 있음
Problems with importing Excel csv format
Feels like I got a deosonable solution now.. I use xlsread() on the file, and I get the Data as empty, but everything in text. T...

12년 초과 전 | 0

질문


String with csv in matlab
Hi I have a string in matlab A = "2011-08-18,00:10:00,600,6.2,5.4, " etc... Can i make this Csv-string into data? (I have a lo...

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Problems with importing Excel csv format
Thank you for your input on the matter. When I try "[Data Text] = xlsread('000169_2011-08-18_stat.csv');" I get Data as [] , a...

12년 초과 전 | 0

답변 있음
Problems with importing Excel csv format
Yes you are right. The problem seems to be that a proper .csv file should have "" when a sentence has a , in it, but this file ...

12년 초과 전 | 0

답변 있음
Problems with importing Excel csv format
When I use open() i get the text and values just as I would have wanted to the left of the display, but to the right it says "No...

12년 초과 전 | 0

답변 있음
Problems with importing Excel csv format
csvread() did not work. Got message: *_??? Error using ==> dlmread at 145 Mismatch between file and format string. Trouble ...

12년 초과 전 | 0

더 보기