Tagged Questions

0
votes
2answers
13 views

Setting the variables of Solve in MATLAB

In MATLAB, I have an equation a*x+b=0 for which I have a and b defined during execution. What is the best way I can solve the equation using what I've set for a and b.
3
votes
1answer
22 views

what advantages MATLAB has over SCILAB and vice versa ?

hello i'm a computer systems engineering undergraduate student, i just want to know what advantages MATLAB has over SCILAB and vice versa other than that SCILAB is freeware. i mean from a computer …
0
votes
2answers
12 views

SQL to extract matlab date from postgres db

I'd like to construct a query to "convert" a postgresql datetime to a matlab datenum. Experience with other DBs has shown me that converting the date on the DB side is much faster than doing it in …
1
vote
1answer
35 views

how to draw concentric circles in an image in MATLAB?

Here is my code.... I want to draw concentric circles in a fingerprint image.. please help clear all clc id=imread('C:\Documents and Settings\Administrator\Desktop\DB1\101_2.tif'); a=size(id); …
5
votes
4answers
75 views

What do end-of-line commas do in Matlab?

I swear I used to know, but this is hard to look up: what do the end-of-line commas do in Matlab? In the couple of small tests I've done, they don't seem to make the code behave any different. I'd …
1
vote
3answers
29 views

Matlab: convert function to simulink block

How do I convert from a function that I have written as an m-file into a block in Simulink model? I couldn't find anything on Google that tells me how to do that easily, so it would be much …
0
votes
2answers
45 views

matlab: manipulating two linked matrices

hi, I was wondering what best practices are for the following: i have two matrices, a1(500,40) and a2(1,500) and for a1, which is boolean, i want to separate out the arrays depending on the values …
0
votes
1answer
37 views

simulation of oqpsk

hi for the simulation of oqpsk i have written the below values = [0;1;0;0;1;0;1;0]; h = modem.oqpskmod; y = modulate(h, values); g = modem.oqpskdemod(h); z = …
2
votes
2answers
49 views

matlab fxn: find contiguous regions and return bounds in struct array

Hi everyone, This is half a question and half a challenge to the matlab gurus out there: I'd like to have a function take in a logical array (false/true) and give the beginning and ending of all the …
2
votes
2answers
68 views

MATLAB: comparing all elements of two arrays

I have two matrices in MATLAB lets say arr1 and arr2 of size 1000*1000 each. I want to compare their elements and save the comparison in a result matrix resarr which is also 1000*1000 such that for …
2
votes
2answers
122 views

shared library locations for matlab mex files:

hello; I am trying to write a matlab mex function which uses libhdf5; My Linux install provides libhdf5-1.8 shared libraries and headers. However, my version of Matlab, r2007b, provides a libhdf5.so …
4
votes
4answers
89 views

How do I put variable values into a text string in MATLAB?

I'm trying to write a simple function that takes two inputs, x and y, and passes these to three other simple functions that add, multiply, and divide them. The main function should then display the …
3
votes
3answers
59 views

Call matlab functions in silverlight

Hello, Is it possible to call matlab functions from Silverlight / C# ? Thanks in advance!
4
votes
4answers
73 views

Producing 2D array from a 1D array in MATLAB

Does anyone know if there is a way to produce a 2D array from a 1D array, where the rows in the 2D are generated by repeating the corresponding elements in the 1D array. I.e.: 1D array 2D …
3
votes
1answer
71 views

Does Mathematica have a function equivalent to Matlab’s “unique” function

Is there a Mathematica function that provides results equivalent to the unique() function in MATLAB? I realize I could use the Union[] function to obtain the unique elements of a list, but I would …

1 2 3 4 5 56
15 30 50 per page