photo

Majid kh


Last seen: 8 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

17 Fragen
0 Antworten

RANG
233.159
of 300.392

REPUTATION
0

BEITRÄGE
17 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
17.65%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.335

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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?

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort