| Recent Answers from George Moustris |
 |
2008-06-28 Finite Difference Method: Hi Muhammad, i don't see a clear way out of your problem. A N=100000000 is pretty big. At first, if i were you i would consider decreasing the N, if the outcome accuracy allows such a thing. Secondly...
|
2008-06-20 Exporting data from MATLAB R2008a to Excel 2007: Hello javad, you can export matlab data to Excel using the xlswrite function. As i told you in your previous question, you should read the "External Interfaces" chapter on Matlab help files in order...
|
2008-06-15 import Excel data to Matlab: Hi javad, this error is a path error. The command you issue (xlsread('w5data.xls')) implies that the file w5data.xls is in the current directory, which drom what i can tell is the default 'work' directory...
|
2008-05-19 Matlab to a Cad format: Hi Roberto, matlab supports various formats, even some 3D extensions. I don't really understand how your model is encoded but if you want to export the geometry of your model, you must first decide...
|
2007-12-27 GUIs: Hi Jim, handle graphics is rather simple if you get the idea, so i'm gonna explain to you in brief how it works. From there, if you read the Matlab manual you will get it on real quickly. First...
|
| More Answers for "CAD" |