Kelvin Viroja
Followers: 0 Following: 0
Keep It Simple Silly...
Statistik
RANG
8.556
of 295.467
REPUTATION
5
BEITRÄGE
17 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
41.18%
ERHALTENE STIMMEN
5
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Frage
How to generate this(discribed below) type of signal using signal generator or PWM inverter in simulink ?
Total time =12 sec. For 0 to 3 sec - positive constant amplitude (12) For 3 to 6 sec - Zero amplitude(off) for 6 to 9 s...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MATLAB ELECTRICAL MACHINE SIMULATION QUERY.
I have two questions and looking for its simulation solution. (1.) How to run 1-Phase Induction motor at very very low rpm.(T...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Its about 1-Phase Induction motor simulation.
I am final year Electrical Engineering Student. working on a MATLAB simulation of single phase induction motor. I want to ru...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have total 3 series of values...(1)-Input Series1 (2)-Input Series2 (3)-Output Series...HOW TO FIND RELATION BETWEEN THIS THREE SERIES ?
*Input Series-1* 26.2052 24.6274 24.7646 24.2844 23.667 23.2554 23.1182 23.1182 23.1868 22.7752 22.5694 22.9124 25....
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenHow to trigger MOSFET in Simscape?
Add pulse generator and set value in it... Be sure to add powergui block...
etwa 8 Jahre vor | 0
Frage
how to separate mac address on windows...?
system ('getmac'); When i run this command it return 3 mac address... Is it Possible to separate this all 3 mac address or fat...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to convert xml to excel sheet...?
I have thousands of xml files.... Is it possible to create single excel sheet that contains all xml files data with using matla...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to remove trailing zeros while display any floating point number ?
format short g; X=input ('any>'); %if input is 93.93 disp (X); It display 93.930 How to disp 93.93 I can't remove format...
etwa 8 Jahre vor | 5 Antworten | 5
5
AntwortenFrage
How to Hold matlab script for some seconds?
Is there any way to hold further script ? Or How to hold or stop script for some seconds?
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is difference between x='93'; and x=93; ?
Basically I wanna know about each and every detail of MATLAB... So please put details here... What is difference between x=9...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to restart the some portion of script for number of times ?
I want to restart my some portion of script for number of times. Script is basically input-math-disp type code... Is there any...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to create. xml file using stored data in matlab variables ?
Suppose(Already) I have all top to bottom text of demo xml file in one matlab variable, now i want to create new xml file and ex...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to hold windows console at finishing of the code.?
I have code which have mainly input,disp,fprintf and strcmp functions.. I just compiled it in windows console application... C...
mehr als 8 Jahre vor | 0 Antworten | 0
0
Antwortena=input('enter number'); b=input('enter number'); c=input('enter operator'); switch c case'+' disp(a+b); case'-' disp(a-b); end
U can easily do it by using if loop a=input('enter number'); b=input('enter number'); c=input('enter operator','s'); d=...
mehr als 8 Jahre vor | 0
Frage
How to Create Windows consol app ?
I'm using MATLAB R2016a.. I have a .m file and i need to create its application so someone can run it without MATLAB. that .m ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to make .exe application?
I just write 1000 line input - display code in maylab script... I haven't and GUI I just converted that .m to .exe using MATLA...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Consol application closed in 1 second after code finished...
I just compile my .m code to consol application...but when i run that consol app it closes automatically after whole code finish...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenHow write LIMITED EDITION matlab script ?
Thanks Everyone for your valuable time ,comments and discussions... I think charging for full licence With unique DomainSID is ...
mehr als 8 Jahre vor | 0
Frage
How write LIMITED EDITION matlab script ?
I have to write a matlab script for my friend... I have to put some logic by that script(pcode) will be expire after some time....
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to create multiple choice string input dailog box to get string input from user and then how to display that string...?
I'm writing one script for my education purpose, in that script i need to create multiple choice string input dialog box to get ...
mehr als 8 Jahre vor | 1 Antwort | 0