photo

bbb_bbb


Last seen: 4년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
1 답변

순위
6,510
of 300,343

평판
7

참여
14 질문
1 답변

답변 채택
57.14%

획득한 표
5

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

5년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

6년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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 ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 7년 전 | 답변 수: 1 | 1

1

답변

질문


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...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

7년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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, ...

7년 초과 전 | 2

질문


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 ...

7년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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 ...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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(...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 8년 전 | 답변 수: 5 | 0

5

답변

질문


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.

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 2 | 0

2

답변