Description:
The MathWorks calculation and visualization package.
|
|
|
Optimization problem in MATLAB
|
| |
Hi all, I am pretty new to this group and I am a beginner in MATLAB.I am facing a problem while solving optimization equations using MATLAB. I am having an Excel file containing the objective function and the constraint equations and their values. After importing the Excel file in MATLAB I need to create .M files for the objective function and constraint function from the specified equations in the imported Excel file.... more »
|
|
B = blkproc(A,[m n],fun)
|
| |
Can some body tell me how this function operates especially that it is not clear in the documentation. I just need to understand WHERE will the function be applied on "A". Say we have [3 3], will the function be applied ONLY on the top left matrix "A" with dimensions 3X3? Or, will it move after that?... more »
|
|
B = blkproc(A,[m n],[mborder nborder],fun)
|
| |
Can some body tell me how this function operates especially that it is not clear in the documentation. I just need to understand WHERE will the function be applied on "A". Say we have [3 3], will the function be applied ONLY on the top left matrix "A" with dimensions 3X3? Or, will it move after that?... more »
|
|
Matlab R14 and Vista
|
| |
Hi all, Has anyone successfully installed Matlab R14 on a Vista computer? If so, what was the trick? Best
|
|
How to extract data out of a text file
|
| |
Hey guys, I have .txt files that have the following structure and they all are different. 12 120 81 79 85 97 91 75 60 98 79 56 91 82 ... .. . 74 74 64 86 90 59 98 74 53 56 81 58 50 90 76 68 53 57 60 73 72 62 99 55 69 74 75 62 76 55 67 55 78 96 69 79 69 97 53 59 72 ... 56 ... .. . 89 78 91 72 59 52 92 96 95 95 74 98 99 68 55 69 66 ... 76... more »
|
|
Another problem with connection
|
| |
The old system is running with Labview. However, there are some problems. I want to immigrate the system based on Matlab. The problem is that one group power supply is supported by Labview VXI in one computer(IP: 192.168.1.3). The main control computer is talking to them through Ethernet. In Labview, the programming is very simple. Just connect to the Ethernet address(192.168.1.3), done.... more »
|
|
How to onnect with Ethernet Serial
|
| |
Dear all, I have a problem to connect with ethernet serial port. The port is defined ASRL0::192.168.10::1::INSTR. How could I connect with them? Thank you very much. Roy
|
|
matlab 7.1 faster than 7.6 !
|
| |
Hi all, I've run a pretty demanding program in both matlab 7.1 and 7.6 on the exakt same computer. What takes 4.3 seconds in 7.1 takes 11.5 seconds in 7.6! How is this possible? Is matlab getting slower for each release, or when did this happen?? Hope you can inform me Best PS. Oh, and since 7.1 doesn't run on Vista, and I thus have to use 7.6, this means that my new state of the art laptop runs equally fast as my three years old shitty HP. This sucks.... more »
|
|
Combine customized zoom with linkaxes
|
| |
Does anyone know of an easy way to implement a customized zoom function when a zoom is triggered by zooming in a linked axis rather than in the axis itself? The example below demonstrates the typical behavior, when the customized zoom function is only implemented for the specific axis clicked. ******************... more »
|
|
how to solve this ode equation in matlab
|
| |
Hi all, I need to solve a system of higher order Ordinary Differential Equations in matlab,plz help me out,i cant find the tutorials for solving them.The equations are as follows 2X??+10X?+150X-5Y?-100Y=20Sin5 t 3Y??+8Y?+120Y-5X?-100X=50Cos10 t it will be really helpful if you guys can solve the equations... more »
|
|
|