Estadística
27 Preguntas
13 Respuestas
CLASIFICACIÓN
8.493
of 295.569
REPUTACIÓN
5
CONTRIBUCIONES
27 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.04%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Ghost Excel processes created when invoking Matlab from Excel
this is avery URGENT matter - can someone please help???
más de 5 años hace | 0
Pregunta
Ghost Excel processes created when invoking Matlab from Excel
Hi, I am using Matlab R2011B and excel link EX 3.1.4 when I try to run matlab scripts from VBA - for each Matlab script (whcih...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find coordiates of the LAST point of the aray which has been plotted?
Hello! I have plotted a few time series on a graph. I need to be able to crop out a certain a fixed part (rectangle area 1000x1...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Calling M.files from VBA
Hello! I was wondering if you think it is possible to call an m.file from excel VBA - wait for Matlab to execute the m.file (...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Creating Thumbnails based on the Most Dense Parts of a Figure
Hello! I wonder if there is a way you can create a smaller thumbnail picture of a figure from the region which has the most dat...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Center out the last point on the Chart
Hello! I wonder if you think it can be possible to plot a time series in such a way that the plot focuses on the last data poin...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Keyboard Short-cut for running a Scrip
Hello! I have two questions: 1)I wonder if you can set up the Matlab to run certain scrip after a predefined keyboard shor...
más de 12 años hace | 4 respuestas | 1
4
respuestasPregunta
Custom Print File Name
Hello! I have the following line of code that exports a chart as a PNG file: print -dpng printname.png -r250 I was wo...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Zoom and Print the Latest Action on a Chart.
Hello! I wanted to ask if you think it is possible to print to an image file a part of the most recent data points on the cha...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
Bypass a Line Plotted in the Legend
Hello!) I wonder how do I bypass a line plot out of multiple plots when putting the legend on a chart. Suppose I have 10 v...
casi 13 años hace | 2 respuestas | 0
2
respuestasRotate Individual Letters in a String
I found a way to create the vertical string : t1 = 'S'; t2 = 'I'; t3 = 'N'; t4 = 'E'; S1 = char(t1, t2, t3); But wh...
casi 13 años hace | 0
Pregunta
Rotate Individual Letters in a String
Hello! I wonder if there is a way to have the word SINE rotated 90% counter-clockwise and each of the letters 90% clockwise so ...
casi 13 años hace | 4 respuestas | 1
4
respuestasProblem Importing Merged Text From Excel to Matlab
I am still having problem IMPORTING THE CONCATENATED text...I wonder if anyone has encountered such a problem before? thanks!
casi 13 años hace | 0
Run Two Scripts over Single Chart
thanks for the reply...here is a more expanded example of combining scripts. I have two scripts named chart1.m and chart2.m as ...
casi 13 años hace | 0
| aceptada
Pregunta
Run Two Scripts over Single Chart
Hello!) I was wondering if there is an easy way to run two similar scripts one after another so that their output is placed on t...
casi 13 años hace | 3 respuestas | 0
3
respuestasCustom Colours of a Pie Chart Sections
Hello again!) I was wondering if the following code can be modified in such a way that is colours each of the sections in eac...
casi 13 años hace | 0
Custom Colours of a Pie Chart Sections
I replaced pieColorMap with rgbmatrix and it still colours all in one bright shade of RED: % Program to apply red tinted co...
casi 13 años hace | 0
Custom Colours of a Pie Chart Sections
Hello Walter and Image Analyst, I have made the following changes to the code and it now operates without asking for user input...
casi 13 años hace | 0
Pregunta
Custom Colours of a Pie Chart Sections
Hello! I wonder if it is possible to create a pie chart in such a way so as to have 6 equally sized sections - each of which ...
casi 13 años hace | 7 respuestas | 2
7
respuestasPregunta
Non Transparent Text Background on Candlestick Chart
Hello! I wonder if it is possible to plot the text with the background over the candlestick chart in such a way that the candle...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Extract a Portion of a Vector Based on the Indexes in another Vector
Hello! I hope this can be done. I want to extract a few cells from a first long vector below and place them into the third ve...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot Additional Data over A Candlestick Chart
Hello!) I wanted to ask how do I plot additional time series over a candlestick chart generated with the help of the CANDLE fu...
alrededor de 13 años hace | 0 respuestas | 1
0
respuestasProblem With DATES: Plotting Stock Chart And Lines From Excel Data
Absolutely no way this can be resolved????
alrededor de 13 años hace | 0
Pregunta
Problem With DATES: Plotting Stock Chart And Lines From Excel Data
Hello!!! I hope you can help me with this difficulty. I have been trying to assign the Excel-exported matlab series date v...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Create Custom ColourBar
Hello!) I wonder if this can be done in Matlab. I have three variables...for example as follows: A=0 B=300 C=1000 Variable B ...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Add variable Text to the end of the Arrow in a Loop
Hello, I want to ask if it is possibel to combine the '\downarrow' with a variable value in the following function: text(s-...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Confused about the RGB colour coding
Hello, I wonder if the Matlab RGB color index is just the usual RGB index divided by 255??? The default RGB color list is as fol...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPlot Multiple Time Series Based on Individual Condition
Fangjun Jiang! Maybe you can also help me with one more questions about the code you provided before....I wonder if it is possi...
alrededor de 13 años hace | 0
Set the X Axis as the Time Axis of a Stock Chart
I also had a separate question.....I wonder if it possible to assign a vector of the textual date ticks (taken from the serial d...
alrededor de 13 años hace | 0