| Subject | Date Asked |
|
| Finite Difference Method | 6/28/2008 |
Q: Sir, I am using finite difference method to solve second order differential equation in one ... A: i don't see a clear way out of your problem. A N=100000000 is pretty big. At first, if i were you i ...
|
| Exporting data from MATLAB R2008a to Excel 2007 | 6/20/2008 |
Q: I want to know how can I export one matrice of data outputs for example "data1" file which is saved ... A: you can export matlab data to Excel using the xlswrite function. As i told you in your previous ...
|
| import Excel data to Matlab | 6/15/2008 |
Q: "Hello Sir I want to know how can I import one numerical Excel 2007 data sheet to Matlab 2007b.I ... A: this error is a path error. The command you issue (xlsread('w5data.xls')) implies that the file ...
|
| Matlab to a Cad format | 5/19/2008 |
Q: Expert, I have a model of a human body where each section of the body is a matrix and each number in ... A: matlab supports various formats, even some 3D extensions. I don't really understand how your model ...
|
| GUIs | 12/27/2007 |
Q: Can you tell me the best way to learn to program GUIs in matlab. I find it confusing particularly in ... A: handle graphics is rather simple if you get the idea, so i'm gonna explain to you in brief how it ...
|
| building a virtual model, manipulating and testing | 10/7/2007 |
Q: I hope this is not a stupid question. Will CAD allow me to build a virtual model, manipulate the ... A: CAD software enables you to design systems. It doesn't include simulation steps and libraries. ...
|
| integrate tabulated XY data with Matlab | 9/21/2007 |
Q: I have a simple problem I need to resolve for research project I'm working on. I have 1000 ... A: you are correct about the cumtrapz function. What you need to do is to create another vector with ...
|
| Differentiation of normal distribution | 5/10/2007 |
Q: Can matlad differentiate a normal distribution of an inverse normal distribution? Something like: ... A: by "differentiation" i assume that you mean symbolic differentiation and not arithmetic. To do what ...
|
| mathematics-MATLAB | 2/12/2007 |
Q: I have two adjacency matrices representing two undirected graphs. I want to check if they are ... A: looping over matrices using their name as an index e,g, Ai, i=1,2,..., is not possible in Matlab. ...
|
| matrix formation | 11/16/2006 |
Q: I have five linear simultaneous equations L1=0,L2=0,L3=0,L4=0, L5=0; having five variables A11, ... A: The only way to do this is by symbolic manipulation. Matrix forms cannot do what you ask. You must ...
|
| matrix formation | 11/10/2006 |
Q: In matlab , I get five simultaneous equations in five variables( say x1 x2 x3 x4 x5) . In every ... A: i can't say i understand fully what you want to do. You say you get 5 simultaneous equations in ...
|
| Matlab output not showing | 10/13/2006 |
Q: Calling from cammand line, it is working fine. Is it possible that I compile and run from the editor ... A: Yes, it is possible. You can call a function either from the command window, from a script or ...
|
| Matlab output not showing | 10/12/2006 |
Q: I have written a small programm as function z = my_fun(x) z = x(1)^2 - 2*x(1)*x(2) + 6*x(1) + ... A: your code runs fine in my machine. And i don't see a reason why not. Maybe you are doing something ...
|
| differentiation in MATLAB | 7/6/2006 |
Q: I have to partially differentiate the following function w by use of symbolic math tool box.I have ... A: at first glance the problem seems to be with the cosx. It should be A0*[R+A*(R^(t+1))+B*(R^3)] + ...
|
| Differentiation and Integration in Matlab | 4/13/2006 |
Q: George, I have a simple problem I need to resolve for research for a class project I'm working on. ... A: what you need is numerical integration. The DE you have can be solved by integrating dV, i.e. ...
|
| MATLAB Toolbox | 4/3/2006 |
Q: I would like to know about LMI toolbox in MATLAB. a) How can I find out if LMI toolbox installed ... A: the LMI toolbox is part of the Robust Control Toolbox and is actually called LMI Lab. If you have ...
|
| rounding | 11/24/2005 |
Q: which function in matlab6 that can round the number 0.009876 to 0.00099? A: no function can do that. You must use a "trick" to do want you want. Multiply you number with 1000, ...
|
| GOTO equivalent | 11/22/2005 |
Q: I don't know if you remember me, I just asked you last week about importing headers of an xls file ... A: the use of GOTO statements is heavily discouraged since it is a bad way of writing code. That's why ...
|
| Importing xls file with header | 11/16/2005 |
Q: I am writing a m-file programm and I have been trying to figure out how can I import a xls file with ... A: i think that what you are asking is not possible in the current Matlab version. You can either do ...
|
| what is Cad/Cam? | 10/13/2004 |
Q: I am doing a study at school about the advantages and disadvantages of Cad/Cam but i am yet to find ... A: here's some links i could find on the web. Hope it helps: ...
|
| General CAD/CAM field and math skills | 9/15/2004 |
Q: Can you tell me what math skills are absoulutly necessary in CAD/CAM work. I have basic ... A: your math knowledge is sufficient. Actually, in principle no math is required. Most CAD programmes ...
|
| engineering. | 1/16/2003 |
Q: im looking for a type of cad that i could use to draw mechanical things. what is a good type of cad ... A: my best bet would be AutoCAD.Its the standard for architectural and mechanical designs.If you want ...
|