Hello
Je viens faire mon retour au fur et à mesure, j'éditerai sur ce post si il n'y a pas de messages entre temps.
Error using wmicGetHardwareInfos (line 32)
wmicGetHardwareInfos needs wmicGet:
Je vais donc également le récupérer sur le file exchange. 
Nouvelle tentative sur une image 500x215 avec (...,'dsk',5)
Error using patch
Out of memory. Type HELP MEMORY for your options.
Error in imageWithNonSqrPix (line 191)
h = patch(xshape, yshape, 'r', ...
Mais pas de warning après ça et la figure se ferme correctement sans ralentissement intempestif.
Un essai sur un une image 200*115 fonctionne correctement, mais pour info la figure met une dizaine de seconde à s'afficher.
_________________________________________________________________________________________________________________________

Envoyé par
Dut
pour le cas des cercles, essaie en diminuant le nombre de points dans l'appel à linspace à la ligne 96 de imageWithNonSqrPix.m
Passage de 150 à 100, même erreur.
à 75:
Error using get
Error using patch
Out of memory. Type HELP MEMORY for your options
Error in axis>LocSetEqual (line 383)
a = get(ax,'Position'); set(ax,'Units',units)
Error in axis (line 131)
LocSetEqual(ax(j),pbarlimit);
Error in imageWithNonSqrPix (line 198)
axis equal ij tight
PS: j'ai refait planté mon Matlab
Spam de warning dans la commande window de cette forme (impossible de copier coller, je n'ai plus la main, les messages défilent en continu:
In closereq at 18
Warning: Too many objets created while deleting axes children;
removing DeleteFcn of all descendants to prevent infinite loop
Cela fonctionne avec 30 en nombre de points d'appel sur linspace.
_________________________________________________________________________________________________________________________
Enfin, voici la config de mon pc:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
| ----------------------
OS |
Name | Microsoft Windows XP Professionnel (Service Pack 3)
Version | 5.1.2600
Architecture | 32 bits
----------------------
CPU |
Manufacturer | Intel
Name | Processeur Intel Pentium III Xeon
Socket | LGA775
Cores | 4
Logical Processors | 4
Hyperthreading | Off
Architecture | 32 bits
Speed | 2999 MHz
----------------------
GPU |
Name | NVIDIA GeForce 9800 GT
Memory | 512 MB
Driver | 185.85 (2009/05/21)
----------------------
RAM |
Capacity #1 | 2048 MB
Capacity #2 | 2048 MB
----------------------
Disk #1 |
Model | TOSHIBA DT01ACA100
Size | 953867 MB
Interface | IDE
|
Drive | D:
Size | 953867 MB
Free | 942162 MB (99%)
Disk #2 |
Model | WDC WD1500HLFS-01G6U0
Size | 143087 MB
Interface | IDE
|
Drive | C:
Size | 143079 MB
Free | 104276 MB (73%)
Disk #3 |
Model | Lexar JD Secure II + USB Device
Size | 7640 MB
Interface | USB
|
Drive | G:
Size | 7632 MB
Free | 2194 MB (29%)
---------------------- |
Partager