First
|
Prev |
Next
|
Last
Pages: 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326
cross product between vector and array Hi, I have a vector, V, and an array, A. Which function in MATLAB running the cross product between a vector and an array? I saw the function cross but its in input accept two vectors with equal size. Thanks for all Andrea ... 7 Jul 2010 09:02
summing x-y data files using matlab Hi all, I have about a 100 x-y data files, and I'd like to sum them up to one x-y graph. The thing is, the x values aren't necessarily exactly the same. Meaning, in one file it can be x=1.5 and in the other x=1.49. Is there a way to sum these graphs using bins of, let's say 0.1 width? Thanks a lot! Yoel ... 7 Jul 2010 10:08
exportfig Hi, I would like to plan figures which I created in Matlab to a research paper (LyX). I need them to be in .eps format, and all in same size, so I use EXPORTFIG: exportfig(gcf,'ShortestAR.fig','width',6,'fontmode','fixed','fontsize',26). All is good, except one thing: My figure contains annotations (which I ad... 7 Jul 2010 13:27
Forcing matlab to print underscore as it is Hello everybody, I am trying to print a filename on a plot title but the file names have underscores. This helps in a way to organize the files. But matlab interpretes underscores for subscripts. Is there a way to make matlab print the filenames the way they are? Thank you. ... 7 Jul 2010 06:51
Neural Network specifications in a .net file Hello everybody. I have one question. I am working on a college project, and i have to define a NN in nntool, and that is not a problem for me. What i dont know is how to get a file *.net , from nntool. ??? I have a C# class that reads network specifications from file with extension .net, and i dont know how to get ... 7 Jul 2010 10:08
transparent uicontrols Hi, Is it really so that there is no mean to make pushbuttons and panels in a GUI transparent without "disturbing" the possible background image in a GUI? Best regards, arto ... 7 Jul 2010 15:40
add line w/o changing limits Hi, How do I add a line to an existing figure, without changing xlim, ylim? What I would use is set(gca, 'xlim',xlim(gca), 'ylim',ylim(gca)) before adding the line.. Is there any better way to do this? Thanks, Assaf ... 8 Jul 2010 02:38
filter design fdesign has several filter responses to choose from: arbmag, arbmagnphase, audioweighting, bandpass, bandstop... There is a line description of each filter response here: http://www.mathworks.com/access/helpdesk/help/toolbox/filterdesign/ref/f11-35125.html#f11-36634 and clicking to one of types give help informat... 8 Jul 2010 23:38
LoadLibrary failed with error 14082 Dear Matlab Community, i recently recognized a problem in the plotting part of one of my standard scripts (which worked well till yesterday) and i hope someone here can help me dealing with it. I use Matlab 2010a on a Windows 7 64bit system. The minimal code to reproduce the problem is: -------------------------... 7 Jul 2010 05:46
Which mathematical model to use to calculate transfer function? Dear all, I am facing a mathematical problem, which I want to solve with Matlab. I designed a 2 DoF vehicle mass-spring-damper system in Simulink with nonlinear damper characteristics realized with a lookup table. All the other parameters are linear. The input respectively the excitation of the system is a ... 7 Jul 2010 05:46 |