|
|
 |
| found 835 articles for 1.535 sec |
  |
| Gumah wrote:
> lets say we have:
> for i=1:6
> test_cell_c{1,i}=wavefast(a{1,i},1, 'jpeg9.7');
> end
> A=[ a{1,1}; a{1,2};a{1,3};a{1,4};a{1,5};a{1,6}]
>
> I want to delete the first element of A ..Any body knows how can do
> that?
A(1) = [];
if you are trying to do it after you have constructed A. However, A is
not a cell array.
If you want to delete test_cell_c(1,1) then
|
|
 |
|
 |
Group: misc.phone.mobile.iphone · Group Profile · Search for !deleted in misc.phone.mobile.iphone
Author: Anthony Guzzi
Date: Jun 7, 2010 21:19
On Mon, 7 Jun 2010 04:21:49 -0700 (PDT), KM AR T I N dola n wrote: -- "FBI FORENSICS CAN FIND DELETED FILES" IS WRITTEN BY OTHER THAN KMD IN 2003 REPEATEDLY OVER AND OVER AND REPEATED BY KMD: It's true. Google has proven NSA ties, and its privacy policies since the IPO are nastier than any competitor no matter what the product or service is. If you want to have your posts removed
|
| Show full article (0.35Kb) |
| I have a list 'a' in which there are 'sets', and I want to reduce the list so that repeated patterns are eliminated.
Here is an example list:
a = {{x1, x2}, {x1, x4}, {x2, x3}, {x4, x5}, {x4, x6}, {x2, x7}, {x7,
x12}, {x3, x13}, {x13, x18}, {x6, x8}, {x5, x9}, {x9, x11}, {x9, x16}, {x8,
x10}, {x12, x14}, {x12, x15}, {x10, x17}, {x11, x17}, {x14, x18}, {x1, x2,
x3}, {x1, x4, x5 |
|
 |
|
 |
Group: comp.softsys.matlab · Group Profile · Search for !deleted in comp.softsys.matlab
Author: Walter Roberson
Date: Jun 7, 2010 20:10
|
| Show full article (0.42Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
7 ·
8 ·
9 ·
next |
|
|