Feeds
提问
IMCLIPBOARD in R2025a
Hi everyone, I really like IMCLIPBOARD. I think I must have downloaded it some years ago from File Exchange. However, IMCLIPBOA...
2 months 前 | 1 个回答 | 0
1
个回答提问
How to rotate RECTANGLE?
Hi everyone, I am using the matlab function RECTANGLE to plot rectangle and ellipse in a figure. Is it possible to rotate it b...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to restore MATLAB warnings to factory default?
Is it possible to restore MATLAB warnings to factory default?
2 years 前 | 1 个回答 | 0
1
个回答提问
Can I have round corners with PATCH?
I use the following to create a rectangular box using PATCH, patch([7 7 5 5], [5 7 7 5], 'r') axis([0 10 0 10]) I want round ...
2 years 前 | 2 个回答 | 0
2
个回答提问
How to find out number of pages in a PDF file?
I use the matlab function extractFileText( ) (from the Text Analytics Toolbox) to read PDF file. But how do I find out number o...
2 years 前 | 3 个回答 | 0
3
个回答提问
Create Text Box in PowerPoint file
Hi everyone, I have the MATLAB Report Generator. i want to create a powerpoint file with just one slide. In this slide, I want...
3 years 前 | 2 个回答 | 0
2
个回答已回答
pwelch using hanning window of 1 sec and 50% overlap
Hi Shree, To apply Hanning window and FFT, X = fft(x .* hanning(24e3)); Here x = column vector of 24e3 samples (hence 1 secon...
pwelch using hanning window of 1 sec and 50% overlap
Hi Shree, To apply Hanning window and FFT, X = fft(x .* hanning(24e3)); Here x = column vector of 24e3 samples (hence 1 secon...
3 years 前 | 0
| 已接受
已回答
Matlab QPSK exmaple for Adalm Pluto
I see. OK. Let's go back to your QPSK example. Do you use a cable to connect transmitter and receiver? If not, can you try this...
Matlab QPSK exmaple for Adalm Pluto
I see. OK. Let's go back to your QPSK example. Do you use a cable to connect transmitter and receiver? If not, can you try this...
3 years 前 | 0
已回答
Matlab QPSK exmaple for Adalm Pluto
Hi Alexey Petrenko, It can be tricky debugging hardware problem. So let's step back and do something really simple. Can you ...
Matlab QPSK exmaple for Adalm Pluto
Hi Alexey Petrenko, It can be tricky debugging hardware problem. So let's step back and do something really simple. Can you ...
3 years 前 | 0
已回答
Why I am unable to run my program?
Hi Nur Nadhirah Syed Malik, I have tried running your code. MATLAB complains the variable "t" is not defined in the line inside...
Why I am unable to run my program?
Hi Nur Nadhirah Syed Malik, I have tried running your code. MATLAB complains the variable "t" is not defined in the line inside...
3 years 前 | 0
提问
Inline equation in MATLAB Document object
Hi everyone, The MATLAB RPT doc example shows how to put inline equation into a Report. However, I am not using Report. I am j...
3 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB Report Generator: Get rid of top page margin
Hi everyone, I can get rid of left margin. But even setting d.CurrentPageLayout.PageMargins.Top = '0.0in' I still cannot get...
3 years 前 | 1 个回答 | 0
1
个回答提问
parfor in MATLAB Report Generator
I am wondering if there is any problem using parfor loop and MATLAB Report Generator. For example, I use the following code to ...
3 years 前 | 0 个回答 | 0
0
个回答已回答
Newbie Question about MATLAB Report Generator
After playing around with my matlab script a bit more, then I realize that my original question doesn not make sense. It turns ...
Newbie Question about MATLAB Report Generator
After playing around with my matlab script a bit more, then I realize that my original question doesn not make sense. It turns ...
3 years 前 | 0
提问
Newbie Question about MATLAB Report Generator
Hi everyone, I am learning how to MATLAB Report Generator to generate PDF file. I am following the magic squares example in the...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to install font into MATLAB?
I have added new fonts into windows control panel --> fonts But the new fonts don't show up in MATLAB preferences
4 years 前 | 0 个回答 | 1
0
个回答提问
Select grid which to plot in docked figure window
Hi everyone, I have couple questions about docked figure window: (1) I can manually set the figure window to have a 3x4 gr...
6 years 前 | 0 个回答 | 0
0
个回答提问
Can we do something like this similar to union()?
Currently union() returns non-repeated result. But I want repeat result like the following, >> myunion([2 3 3 5], [1 3 5]) ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Programmatically change wallpaper in Windows 10?
I guess this can be done in Java. So has anyone figured out calling some java script in MATLAB to do that?
7 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to get info of PDF file in MATLAB?
Hi everyone, Just wondering if it is possible for MATLAB to read a PDF file and return some information (eg. number of pages,...
7 years 前 | 2 个回答 | 0
2
个回答提问
Call Google Tiny URL API in MATLAB
Hi everyone, I am trying to call Google URL Shortener API <https://developers.google.com/url-shortener/v1/getting_started#act...
8 years 前 | 1 个回答 | 0
1
个回答已回答
How do I get rid of the K>> prompt?
You can also end up in debug mode if your matlab script or function calls _keyboard_.
How do I get rid of the K>> prompt?
You can also end up in debug mode if your matlab script or function calls _keyboard_.
8 years 前 | 0
已回答
How do I test if a matrix is unitary?
Maybe you have already thought about this but decided not to use this method. Another way to test if a matrix is unitary is t...
How do I test if a matrix is unitary?
Maybe you have already thought about this but decided not to use this method. Another way to test if a matrix is unitary is t...
8 years 前 | 0
已回答
I have an array of date time values. How do I separate Date and time and enter it in separate columns in excel?
>> d = datetime({'19-Apr-2016 11:29:31'; '27-Apr-2016 00:05:59'; '31-Mar-2016 18:35:46'}) d = 19-Apr-2016 11:2...
I have an array of date time values. How do I separate Date and time and enter it in separate columns in excel?
>> d = datetime({'19-Apr-2016 11:29:31'; '27-Apr-2016 00:05:59'; '31-Mar-2016 18:35:46'}) d = 19-Apr-2016 11:2...
8 years 前 | 4
| 已接受
已回答
Hi everyone. I want to create a new matrix using a rand function and the values of other matrix.
Are you thinking about generating uniformly distributed random integers? If yes, then you need to replace *rand* with *randi* in...
Hi everyone. I want to create a new matrix using a rand function and the values of other matrix.
Are you thinking about generating uniformly distributed random integers? If yes, then you need to replace *rand* with *randi* in...
8 years 前 | 0
已回答
Not able to get fprintf to print all columns
Seems like you have not defined the variable *formatSpec*.
Not able to get fprintf to print all columns
Seems like you have not defined the variable *formatSpec*.
8 years 前 | 0
已回答
translating from python to matlab
I am not sure if this helps. But starting in R2016a (or maybe even in R2015b), you can call python function from MATLAB. So you ...
translating from python to matlab
I am not sure if this helps. But starting in R2016a (or maybe even in R2015b), you can call python function from MATLAB. So you ...
8 years 前 | 0
已回答
Matrix problem with script
Actually this is why I would pay $2000 for MATLAB. Let see how easy it is in MATAB. function s = swissarmyknife(A,B) s...
Matrix problem with script
Actually this is why I would pay $2000 for MATLAB. Let see how easy it is in MATAB. function s = swissarmyknife(A,B) s...
8 years 前 | 0