已回答
How can I select a system/model without opening it?
You can use: set_param([bdroot,'model1']) %Do check the syntax please Hope it helps!!!

13 years 前 | 2

已回答
Error out of range
What is u(1) & u(2)? Please elaborate.

13 years 前 | 0

已回答
GUI with moving marker
You can try 'cla' function. Hope it helps!!!

13 years 前 | 0

已回答
Converting Time to Numeric (Not Date)
Did you try 'datevec' function?

13 years 前 | 0

已回答
Can i save for each one cell in excel data from matlab?
You can use xlswrite function. Hope this helps!!!!

13 years 前 | 0

已回答
Simulink: How to add an Input Port to Timer
You can remove clock block inside & can connect inport for providing 'time step' from outside. Also you can put whole logic i...

13 years 前 | 0

已回答
Simulink: How can I off Signal after 10 seconds
You can use integer delay block for your application.

13 years 前 | 0

已回答
Does simulink support calculation in which a declared variable can change its value?
If I understand correctly, you want use U as a global variable. Is it correct?

13 years 前 | 0

已回答
Window moves when menu opens
Probably you have not specified the positions manually for GUI using 'Position' property.

13 years 前 | 0

已回答
convert from matlab to C for real time application
Use 'ver' command to find whether coder is installed on your system.

13 years 前 | 0

已回答
Simulink Interface with couple of other Softwares ?
Refer below link: http://www.mathworks.co.uk/matlabcentral/answers/33903-how-to-build-an-interface-between-matlab-and-another...

13 years 前 | 0

已回答
Adding files to a GUI without using brakcets
Refer below link; http://www.mathworks.in/help/matlab/ref/syntax.html Hope it helps!!!!

13 years 前 | 0

已回答
How can I change the marker size in legend?
Refer below link: http://www.mathworks.com/matlabcentral/newsreader/view_thread/240826 Hope it helps!!!

13 years 前 | 1

已回答
problem executing while loop
n should be initialized with proper value, probabaly zero. Hope it helps

13 years 前 | 0

已回答
How do I export a matrix to an Excel file with a custom file name that can be typed in the command window?
name_xls1 = input('Enter XLS 1 name:', 's'); name_xls2 = input('Enter XLS 2 name:', 's'); status = xlswrite(name_xls1, M...

13 years 前 | 0

已回答
How to get a vertical histogram, as in the X axis should be displayed vertically?
Refer below link: http://stackoverflow.com/questions/7774402/how-to-plot-a-horizontal-histogram-in-matlab Hope it helps!!!...

13 years 前 | 0

已回答
find the dominant frequency with the use of the command max
Refer the link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/319394 Hope it helps!!!!

13 years 前 | 0

已回答
Copying a selected section of simulink diagram programatically
Refer below link: http://www.mathworks.in/help/images/ref/imcrop.html Hope it helps!!!

13 years 前 | 0

已回答
How can i overcome this error?
You cannot address the 0-th row or column (element) in MATLAB. Refer link below for further details: http://www.mathworks...

13 years 前 | 0

已回答
plot acquired data fron data card ni-6255
Refer below link: http://www.mathworks.in/products/daq/examples.html?file=/products/demos/shipping/daq/demoai_continuous.html...

13 years 前 | 0

| 已接受

已回答
Excel lookup or match function in matlab
Refer link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/267151 Also check another link: http://...

13 years 前 | 0

已回答
Generating an impulse train
You can use 'pulstran' function. Hope it helps!!!

13 years 前 | 0

已回答
Can I reinstall MATLAB student version after getting a new computer?
http://www.mathworks.in/support/solutions/en/data/1-2YP5YZ/index.html?solution=1-2YP5YZ Hope this helps!!!!

13 years 前 | 0

已回答
Return values from external .exe file. Is this possible?
Refer below link: http://comments.gmane.org/gmane.comp.speech.praat.user/1307 Hope it helps!!!

13 years 前 | 0

已回答
How can I to integrate a guide with a sumlink into a an execurable file?
Simply call the GUI '.m' file in "model properties->callbacks->postloadfcn" of simulink model. Espero que ayude!!!!

13 years 前 | 0

已回答
Mixed programming of MATLAB and VC++
Please check below link for interfacing Visual C++ with Matlab: http://www.scribd.com/doc/76938035/A-Tutorial-to-Call-MATLAB-...

13 years 前 | 0

| 已接受

已回答
How to develop a STEP function in Matlab [step(sys)] at t =10 instead of t=0?
Use step(sys,t) Hope it helps!!!!

13 years 前 | 0

已回答
Highlight to Source Programmatically
You can use hilite_system command. Refer the details in below link: http://www.mathworks.in/help/simulink/slref/hilite_system....

13 years 前 | 2

已回答
How to separate the integer value of a real number
Just use Floor function. A_INT = floor(A);

13 years 前 | 0

| 已接受

已回答
How can i interface a simulink model saved in .mdl file with GUI ?
Simply put the GUI .m file name in post loadfcn in 'model properties' as follows: GUI_m_file_name; Hope it helps!!!

13 years 前 | 0

加载更多