Frage


Why is Picture placeholder formatting (Style) in saving images to powerpoint ignored?
Hi All with the Style property for the Picture, I am unable to place the Picture in the middle of the place holder. Is there ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


slide=add(ppt, 'Title and Content') is not working when using a PowerPoint Template
Hi All I am using a powerpoint Template in my powerpoint presentation generation, where under the Master slide, I have one layo...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Matlab Report Generator Tag does not exist in Matlab Questions
Hello all For asking questions about Matlab report Generator, there is no Tag generated here in Matlab answers, and would be so...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do I add a paragraph of 5 lines to powerpoint via Matlab ?
Hi All I used the slide = add(ppt, 'Title and Content') replace(slide, 'Content',{... 'name'... 'line2'... ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do I refer to compiled app installation directory?
Hi All How can I link to the installation folder of my compiled app, once it can be installed on any computer ,maybe in diffe...

mehr als 4 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


How do I create a perpetual powerpoint Template to use in compiled app designer?
Hi All using mlreportgen.ppt.* How do I create a perpetual Template to be usable in My application, even after compiling it ...

mehr als 4 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


How to access a certain line or box in powerpoint via Matlab ?
Hi All in Matlab help, there is an unclear example , that I could not understand whether I should write the name of a paragraph...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab app designer confuses the end written inside matrix index with the end for if and for loop
Hi all I got a piece of my code that is causing function nesting error and the root cause is that matlab is not understanding...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why does the first plot image inserted in powerpoint using pptpop() gets a really low quality?
Hi All when I try to write some images to powerpoint, always the first one of them has a low quality despite using the same met...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


imread and imshow reduce the quality of image printed to powerpoint
Hi all I am reading some plots saved as jpg. already with an increase size to have a better resolution ( 1200x1000) and I am re...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Strange Error while writing to powerpoint file : "createInputStream failed:"
Hi All in my following code, I am getting a strange error and don't know where it is referring to. I am trying to create a subp...

mehr als 4 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How can I add a Saved jpg files to powerpoint using pptpop()?
Hi All to create and update a powerpoint presentation, should I merely create a plot and only then save it to the powerpoint fi...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why isn't my app pushbutton able to update an edit field ?
Hi all I am still trying to solve this problem. I have a push button in my app that has become complex now , and through that, ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


UITable does not keep its size fixed when stretching the app window size
Hi All once I open my app window in Matlab, if I drag and stretch the window, the UITable in it can not comply with this size...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can I include the MATLAB signal analyzer app into my compiled app?
Hi All to avoid re-writing the functions, how can I include the signal analyzer matlab application into my app designer app and...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can I nest the function pptpop() in appdesigner and compile it?
Hi All I want my compiled app, write outputs , images to powerpoint, and I used the pptpop function in my app that I am gonna...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


adding legend from a list in the loop divides the names
Hi all I want to add the six plots in one plot a legend. which I have defined as : Ls=['L1','L2','L3','L4','L5','L6']; for c=...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to assign a different color to lines being plotted in a loop?
Hi All I am plotting n different lines in one single plot. but what I need it to assign a different color ( even random) for ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to draw a helix knowing the pith, diameter and height ?
Hi all the following code creates a helix, but not in the range I want. Is there a function that gets the dia, pitch and heigh...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I append a timestamp in a loop?
Hi All trying the following code, I noticed that the output has not appended the t array for m times but only for two times. on...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to compare a structure member with string ?
Hi all I am reading an excel file that contains one string column and one numerical. I want to compare the strings read from ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to use my own template when using pptpop() function ?
Hi all interacting with powerpoint using pptpop() , how can I choose to import a template of my own ? in the example it bring...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I pilot powerpoint from Matlab ?
Hi All how can I add the results of my analysis in matlab, mostly images saved in folders, to the pages in a powerpoint and a w...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error: Index in position 2 exceeds array bounds in xlsread
hi all what is the reason of the error opening excel xlsx files ? Error: Index in position 2 exceeds array bounds.

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to kill an execution in app designer ?
Hi All How can I put a push button that has the same function of Ctrl+C in MATLAB workspace ? that can kill an execution imme...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to write a structure field to Excel?
Hi all I have a structure that one of its fields has n members, and I want to write them to an Excel in one column in rows. try...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to remove junk functions remained in appdesigner code?
Hi All I have created some edit fields and their callback in my code, but then I deleted them but their callback function is re...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


App Designer UITable row names change once writing the output to the UITable
Hi All for a UITable I have create in app designer , I have also defined names for each rows : R1, R2, R3,... but once I...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to read from Excel columns into Signal analyzer app?
Hi all I read a two column signal ,time and displacement from Excel file and tried the Signal analyzer help page to convert i...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to make barh figure have minimum value of vertical axis zero?
Hi All I was trying to force the barh figure to always have 0 as minimum ranged = ranges(0 < ranges & ranges < max(ranges)*...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden