![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8291374_1522125700976_DEF.jpg)
James Boyle
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
18.790
of 297.016
REPUTACIÓN
2
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.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
Pregunta
How to position an image in a Word doc using activex?
I can add an image to my document by using selection.InlineShapes.AddPicture([pwd '/myimage.png'],0,1); I can position...
más de 7 años hace | 1 respuesta | 2
1
respuestaPregunta
Change font value of uitable headings in GUI
I've added an image to highlight what I mean. I can change the font easily for the values in my table by using xtable.FontSize =...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Find a particular value in an Excel sheet (Activex or xlsread?)
I'm looking for a way to find the location of a specific element inside an Excel sheet, for example, I need my code to search th...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I add WordArt to an MS Word document using ActiveX in MATLAB ?
In Word there is an option to insert WordArt (for curved or rotated text etc). How can I add this to a document using ActiveX fr...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Using activex control for word - no spacing between paragraphs
Word seems to default to paragraphs taking up two spaces. I wan it to make a MATLAB code that will generate a report, but when I...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Remove borders around a push button in GUI
As from the image, I would like to remove the white/grey border that exists around a uibutton in a matlab GUI. I have tried t...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I delete an entire row from Excel from MATLAB?
Ultimately I want to delete an entire row from an excel file (say, row 10) and shift the rows 11 onwards up so that there isn't ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Uitable gui different size on different computers
I have a table of data in my gui that displays fine and where I want it to be. However when run on a different machine, the tabl...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Create a diagonal text box in GUI (rotate axis)?
I'm trying to create a text box within my GUI (not using guide) that is at an upward 45 degree angle to the positive x-axis. ...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Remove duplicate values, but keep the initial
For example, i have x = [0 0 0 1 1 0 0 0 1 0 1 0] I want the index of the first zero or one, but not the duplicates. So...
casi 8 años hace | 2 respuestas | 0