Feeds
提问
How do I change the size of font of a non-english text or numbers in a word document?
clc clear wordApp = actxserver('Word.Application'); wordApp.Visible =true; doc = wordApp.Documents.Add(); doc.Paragraphs.a...
1 day 前 | 1 个回答 | 0
1
个回答提问
How can I change the font size of a non-English text in a Word document?
Clc Clear wordapp=actxserver (’word.application’); wordapp.visible=1; doc=wordapp.Documents.Add; paramod=doc.Paragraphs; ...
1 day 前 | 1 个回答 | 0
1
个回答提问
How can I change the font size of non-English text, such as Persian, in a Word document?
Clc; clear; wordapp=actxserver(word.application); wordapp.visible=true; doc=wordapp.Documents.Add; paramod=dic.Paragraphs; ...
2 days 前 | 0 个回答 | 0
0
个回答提问
How can I write the word "Hi" in multiple lines of Word document using different font sizes?
I wrote This code to disply the word "Hi" in three lines of a Word document with font sizes 16, 32 ,and 48 but it didn't work a...
2 days 前 | 1 个回答 | 0
1
个回答提问
creation a Standalone executable file
Hi, I created a Standalone executable file from my Matlab m-file and download mcrinstaller (windows version for R2019b) and ins...
5 years 前 | 0 个回答 | 0
0
个回答提问
Update progress bar during executing "movefile" commnad
Hi, I have written a "m" script for moving a folder from one partition to another partition. I want to use a progress bar to sh...
5 years 前 | 1 个回答 | 0
1
个回答提问
Parallel job or task
Hi dear, I have a program that use copyfile command to copy a large file. How can i calculate size of destination folder in sp...
6 years 前 | 0 个回答 | 0
0
个回答提问
Using operators for syms
Hi dear, I execute this program: syms S; A=1/(S+1); B=2/(S+3); Result=A+B but result is: Result = 1/(S + 1) + 2/(S + 3) ...
6 years 前 | 1 个回答 | 0
1
个回答提问
change appearance of formula
Hi, I write a program like below: syms S; A=-0.1506+0.0021j; B=0.0794+0.0020j; C=-0.0236-0.0114j; Total=-(A*B)/(S-C) aft...
6 years 前 | 1 个回答 | 0
1
个回答提问
Question about some parameters of parcluster command
Hi, when execute parcluster command, we will see some parameters such as Numworkers, is Numworkers noted to number of cupe cores...
6 years 前 | 0 个回答 | 0
0
个回答提问
Install Arduino uno offline
Hi, I have an ARDUINO UNO board, how can I download and install Arduino toolbox on MATLAB software? (Please explain installation...
6 years 前 | 2 个回答 | 0
2
个回答提问
See real time analog signal
I can see analog signal by microphone port, but I can`t see signal real time because recordblocking command record signal for li...
6 years 前 | 0 个回答 | 0
0
个回答提问
Exe file does not run
Hi dear, I wrote a program and change it to exe file, I tested this exe file on four computer and found out they work correctly ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Analysis of received analog signal
Hi, I can receive analog signal by microphone how can I measure parameters of signal such as frequency and level?
6 years 前 | 1 个回答 | 0
1
个回答提问
Estimate time of copy while using copyfile command
Hi, How can i estimate time and bitrate of transfer files while using copyfile command? I saw some programs but they executed af...
6 years 前 | 1 个回答 | 0
1
个回答提问
Send and receive analog signal in Serial port
Hi there, I can produce sine signal and send it to sound card or receive signal by microphone and see it on MATLAB, is there any...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can i open and close CD ROM by command?
Hi, i need help to find a command or way for open and close CD/DVD ROM.
6 years 前 | 1 个回答 | 0