First
|
Prev |
Next
|
Last
Pages: 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249
Real Time WorkShop hello everyone, i converted with real time workshop subsystem to c code, after adding it to visual studio, i compile asked me to add some libraries the first one was: "vipdrawshapes_rt.h" , after adding it i was asked to add more and more libraries until i couldn't find them. i got a tip that this is caused becaus... 23 Feb 2010 06:49
hist from matlab to simulink Hello everyone, I am trying to create a block model on simulink wich operate as the function histc(x,edges) on matlab. is there a toolbox or a block that can help me? i have few problems: 1. i cant locate rand number block inside a loop 2. i don't how much numbers i need to create with rand() (on histc) 3. how ca... 23 Feb 2010 11:17
Matlab + C# I was wondering if it is possible to use C# to create an interface that executes matlab (.m) files/functions on command from the C# interface? Is this even possible? If so, how can I do this? Many Thanks! Ps. I have matlab version 7.1 and Visual Studio ... 23 Feb 2010 06:49
changing the co-ordinate system hi there i have a 3d patch object. it is possible to reverses the z axis. (that basically turns the object upside down in the plot. is that inversion in the plot only ?) could there be a way to ensure that the object is still erect and the global co-ordinates or the z axis is reversed. that is to say, the o... 23 Feb 2010 06:49
flip Z axis in plot3 function hi there the solution posted reverses the z axis. (that basically turns the object upside down in the plot. is that inversion in the plot only ?) could there be a way to ensure that the object is still erect and the global co-ordinates or the z axis is reversed. that is to say, the object is erect but the z axi... 23 Feb 2010 06:49
Delay Hello; I have a Matlab script and was wondering how to create a time delay like a sleep/pause. Thanks. Gamini ... 23 Feb 2010 06:49
displaying matlab results as matrix i have this basic matlab m-file codes for affine transformation c=xlsread ('data.xls,1)' n=size (c); for i=1:n w=[[c(i,1) c(i,2) 1 0];[c(i,2) -1*c(i,1) 0 1]] end the data.xls is a 7x4 matrix: the expected output is a 14x4 matrix which depended on the input matrix my problem is: i want the above 14x4 ma... 23 Feb 2010 05:44
Where is randi? (Why doesn't my Prof. have it?) Hi. I am using a student version of Matlab 2009a (7.0). I submitted a program to my professor which used the randi function, but she doesn't have it on her Matlab version (2007x). Why not? I thought that the student version of Matlab was the one with the least libraries. randi seems too basic to have only been inclu... 25 Feb 2010 14:49
How to change a gui's figure icon "matt dash" <n.a(a)mail.com> wrote in message <g40hcb$jdd$1(a)fred.mathworks.com>... "Daniel " <anothermathgeek+matlab(a)gmail.com> wrote in message <g40fuq$2gh$1(a)fred.mathworks.com>... Ok, tried it. But I receive the following error: Error in ==> hddprofile_editor>setWindowTitleIcon at 71 jframe=g... 23 Feb 2010 04:39
"inverse" histogram what is the best way to 'invert' an histogram, i.e., x = [1, 1, 2, 2, 2, 2, 3] n = hist(x, 1:3) => n = [2, 4, 1] how can I generate 'x' from 'n' (without loops of course) ? thanks in advance, Jonathan ... 23 Feb 2010 17:02 |