Beantwortet
How do I generate a multi-page word document using report generator
@Chris, I know this is way too late to do you any good on the actual question, but figured it would be good content for somebody...

4 Monate vor | 0

Beantwortet
Opening an excel file, writing to it and closing it does not
You don't still have some old ActiveX processes hanging around from having crashed Excel when you were trying to use it, by an...

4 Monate vor | 0

Beantwortet
Is There an Inconsistency with How Unassigned Values are Filled After an Assignment into a Table?
It's identically the same as the assignment to the end of a numeric vector or array. x(3)=5 Using the syntax clear x % just ...

4 Monate vor | 0

| akzeptiert

Beantwortet
Editor window jumps around when dropping a file to be opened
This undoubtedly is related to the new desktop. Submit such issues officially at <Product Support Page>. Answers isn't an offi...

4 Monate vor | 0

Beantwortet
After creating a folder structure and .m file, I want to write to the file, but the fid keeps coming back as -1. What should i be doing that I'm not?
file = fullfile(outputFilePath, outputFileName); mkdir(file); You created the directory with the fully qualified file name, no...

4 Monate vor | 0

| akzeptiert

Frage


Report Generator Table Formatting
I have the following function that works to add the table into a defined hole in an MS Word template; the content is all as expe...

4 Monate vor | 2 Antworten | 0

2

Antworten

Beantwortet
Making polar plots in dB with the most negative value in the center !
<It's a FEX submission>, not Mathworks-supplied in MATLAB There's second there with the title "Polar_db" as well although I did...

4 Monate vor | 0

Beantwortet
Open Excel file read name of data file, process data file write to six different excel output data files, Repeat in a for loop
for i=1:30 open excel INPUT file read data fle names from Excel INPUT file % internal loop for j=1:6 ...

4 Monate vor | 0

| akzeptiert

Beantwortet
Opening an excel file, writing to it and closing it does not
You're mixing high-level MATLAB sritecell with code for direct ActiveX/COM interaction with Excel. You don't need ActiveX here,...

4 Monate vor | 1

Beantwortet
AppDesinger Expand UI Tree Node not always working
app.ExpansionTimer = timer( ... 'StartDelay', 1.0, ... % short delay so UI event queue finishes 'ExecutionM...

4 Monate vor | 0

Beantwortet
q1 what will
Bode Plot The function is which -all bodeplot /MATLAB/toolbox/shared/controllib/engine/@DynamicSystem/bodeplot.m % DynamicSy...

4 Monate vor | 0

Beantwortet
go back to previous if condition from an elseif in for loop
opt = [1 2 3 1]; for t = 1:4 if opt(t) == 3 opt(t) = (rand()>=0.5)+1; % set state from 3 end if opt(t) == 1 ...

4 Monate vor | 0

Beantwortet
Export setup style replacement
It is irrevocable that Mathworks is committed to the new desktop going forward for good or bad.. That said, submit complaints...

4 Monate vor | 0

| akzeptiert

Beantwortet
HAR using sensor data
https://www.mathworks.com/matlabcentral/answers/2007577-how-i-can-find-the-humanactivitydata-data-set-contains-over-380000-obser...

4 Monate vor | 0

Beantwortet
How to monitor and control arduino based drone through matlab ?
arduino from the R2025b doc.has <link to supported hardware with capabilities table>

4 Monate vor | 0

Beantwortet
How to import data To Matlab
OK, one more iteration -- I cleaned up the input section significantly and added the ability to choose between the original idea...

4 Monate vor | 1

| akzeptiert

Beantwortet
How to import data To Matlab
OK, I had a little time once discovered there was code already there and not just starting from the description. I recast initi...

4 Monate vor | 1

Beantwortet
Why does first calling the function radon and then iradon on the result produce extra rows and columns?
The doc for iradon has the optional input 'OutputSize' which states that if not specified the reconstruction size is calculated ...

4 Monate vor | 0

Beantwortet
Comparing classification performance using Friedman Test
PrfMat=[0.9352 0.9697 0.7475 0.9877; 0.9670 0.8713 0.8414 0.7052; 0.6944 0.6841 0.9851...

4 Monate vor | 1

Beantwortet
Matlab fails to install add-ons on ubuntu.
The ControlSystem Toolbox is an additional product; you'll need to verify the license includes it in order to be able to install...

4 Monate vor | 0

Beantwortet
subplot automatically fill in next position for selection of plots in for loop
The subplots are sequentially numbered from 1:N as given in the construction. To use yours just ... for state = 5:11 ...

4 Monate vor | 0

| akzeptiert

Beantwortet
Sharpening a 2D histogram and finding peaks
load HistSmoothed surf(HistSmooth); shading("flat"); xlim([-inf inf]), ylim(xlim) xlabel('X'), ylabel('Y'), zlabel('Z') figu...

4 Monate vor | 0

Beantwortet
Text inside legend box does not fit in automatically
I expect this is another manifestation of the changes with the new rendering engine introduced with R2025. Submit this to Mathw...

4 Monate vor | 1

Beantwortet
Error in datatips in plot
This is a builtin feature of the way the datatips work...by default there seems to be a rounding to 6 significant digits with th...

4 Monate vor | 0

| akzeptiert

Beantwortet
Why isn't this breaking the loop?
if isempty(continueChoice) ... but function continueChoice = cont() continueChoice = listdlg("SelectionMode", "singl...

5 Monate vor | 0

| akzeptiert

Beantwortet
How to create nested tables
numsmall = [5; 3; 8]; nummedium = [26; 53; 81]; numbig = [316; 582; 711]; numtable = table(numsmall, nummedium, numbig); mas...

5 Monate vor | 0

| akzeptiert

Beantwortet
How to find rates of return to baseline after peaks, in temperature data over long timecourse?
whos -file EventSelection load EventSelection head(EventSection) d=dir('*.csv'); l=readlines(d.name); l(1:20) EventSection...

5 Monate vor | 0

Beantwortet
How to save changes to XLim so they are maintained when the user hits 'Restore View'/Home button
Try newXlim=[x1 x2]; % the new limits desired hAx=gca; hAx.Xlim=newXLim; % set the observed limits hAx.Interact...

5 Monate vor | 0

Beantwortet
How do I contact the authors of the blog "Generative AI + Robotics = Awesome!"
You could try responding to the blog via comment and ask for the info. Alternative would be since it does invite "to us" to use...

5 Monate vor | 0

| akzeptiert

Beantwortet
First value of an array does not display with a decimal
The default format for MATLAB display in the command window is '%g" (OK, so it is complicated thing that renders basically as, n...

5 Monate vor | 0

Mehr laden