photo

bbb_bbb


Last seen: oltre 4 anni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

14 Domande
1 Risposta

RANK
6.528
of 300.763

REPUTAZIONE
7

CONTRIBUTI
14 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
57.14%

VOTI RICEVUTI
5

RANK
 of 21.082

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.923

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


How to get the rightmost root in the interval?
There is a function (y=@(x)...) of the form shown in the figure, which has exactly two roots in a given interval. How to get t...

oltre 5 anni fa | 3 risposte | 0

3

risposte

Domanda


Writing data to a structure array without loop
% Let an array of axes be given ax(1)=axes; ax(2)=axes; ax(3)=axes; % Let's write something to axes user data in the "data...

oltre 6 anni fa | 2 risposte | 1

2

risposte

Domanda


Using a matrix as pairs of indexes of another matrix
For instance: x=[ 1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 70 80 90 100 200 300 400 500 ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to pass arguments to a java method?
I'm trying to implement code from https://stackoverflow.com/questions/3709492/java-on-windows-how-to-delete-a-file-to-trash-usi...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


java.io.File - strange behaviour
filename='F:\__1\2\test files\file.bin'; success=java.io.File(filename).delete; invoked from the Matlab Command Window - works...

quasi 7 anni fa | 1 risposta | 1

1

risposta

Domanda


How to use java.nio in MATLAB?
How to delete a file using this method in MATLAB? https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#delete(jav...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to pass variable parameters to mcc compiler being run within a script?
Given a m-script (although it doesn't work but shows the idea): % defining a couple of variables Exename='Myprog'; In...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Create a function which returns values into input variables in a single call.
For example, given a function: function str=addslash(str) % add slash to a directory name if str(end)~='\', str(end+1...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Risposto
How to create an uicontrol with selectable but non-editable text.
found "simple" solution: javatxt = findjobj(editui); javatxt.Editable=0; where editui - an 'edit' style uicontrol, ...

oltre 7 anni fa | 2

Domanda


How to create an uicontrol with selectable but non-editable text.
I want to allow user copy a text (or it's part) into clipboard in usual manner (selecting by mouse and pressing Ctrl-C). How to ...

oltre 7 anni fa | 2 risposte | 1

2

risposte

Domanda


Matlab Compiler: pathname with spaces
If I run a command (in Matlab Command Window or in m-script) mcc -C -o Myprog -W WinMain:Myprog -T link:exe -d "C:\Program ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Removing double empty lines from a text file
If a file contains more than one consecutive empty lines, they are replaced by one empty line. % reading file fid=fopen(...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Find double repetitions in a (sorted) array.
Given an array submitted in a form of struct field, containing integer numbers. For convenience, let's assume that the numbers...

circa 8 anni fa | 5 risposte | 0

5

risposte

Domanda


Convert a vector into a structure array field
x= [2; 8; 6; 3; 7; 8]; for i=1:numel(x) s(i).x=x(i); end Do the same, but without cycle.

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Getting MD5 hash of files with "bad" names (Windows, NTFS)
I tryed several variants of getting MD5 hash of files with "bad" names (e.g. 'C:\wrongname.' (with trailing dots); 'C:\wrongna...

circa 8 anni fa | 2 risposte | 0

2

risposte