Question


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 ...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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'... ...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 0 answers | 1

0

answers

Question


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 ...

bijna 4 jaar ago | 0 answers | 1

0

answers

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 1 answer | 1

1

answer

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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, ...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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=...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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 ...

bijna 4 jaar ago | 2 answers | 0

2

answers

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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 ...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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.

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 4 jaar ago | 2 answers | 0

2

answers

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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)*...

bijna 4 jaar ago | 1 answer | 0

1

answer

Load more