Estadística
18 Preguntas
14 Respuestas
CLASIFICACIÓN
14.149
of 297.016
REPUTACIÓN
2
CONTRIBUCIONES
18 Preguntas
14 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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...
casi 10 años hace | 0
| aceptada
Pregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 12 años hace | 2 respuestas | 1
2
respuestasPregunta
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...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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, ...
más de 12 años hace | 1 respuesta | 0
1
respuestadynamicDateTicks 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 ...
más de 12 años hace | 0
Pregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaFind 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!
más de 12 años hace | 0
Pregunta
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 ...
más de 12 años hace | 2 respuestas | 0
2
respuestasChange 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 ...
casi 13 años hace | 0
Pregunta
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...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 13 años hace | 0 respuestas | 0
0
respuestasUsing 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 ...
alrededor de 13 años hace | 0
Pregunta
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...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaSimilar 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 ...
alrededor de 13 años hace | 0
| aceptada
Pregunta
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...
alrededor de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaHow 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!
más de 13 años hace | 0
Pregunta
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 ...
más de 13 años hace | 4 respuestas | 1
4
respuestasString 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...
más de 13 años hace | 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...
más de 13 años hace | 0
Pregunta
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...
más de 13 años hace | 2 respuestas | 0
2
respuestasProblems 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...
más de 13 años hace | 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 ...
más de 13 años hace | 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...
más de 13 años hace | 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 ...
más de 13 años hace | 0