photo

Jette


Last seen: 거의 5년 전 2012년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

19 질문
8 답변

Cody

0 문제
5 답안

순위
2,869
of 300,756

평판
21

참여
19 질문
8 답변

답변 채택
47.37%

획득한 표
13

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
57,488
of 170,890

참여
0 문제
5 답안

점수
60

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


regexp: only strings without given end string
I try to use regexp to extract strings with certain conditions within a cell array. My conditions are: # String starts wit...

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

1

답변

답변 있음
If loop: What's going wrong?
I think there is missing a surrounding loop which loop over TotalEnrolledNew (?). Or do you have another loop around the code sh...

거의 8년 전 | 0

질문


Is it possible to have private folders in packages?
I have organized my code in packages and would like to save some small helper functions in a private directory. However, if I sa...

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

2

답변

질문


How to get the actual MonitorPosition, particularly with Windows scaling and changin monitor configurations?
Hi, we are usually working using laptops and external 1 or 2 monitors, such we have 1-3 monitors. Sometimes (e.g. when remov...

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

0

답변

질문


When numerical data type changes while assigning new data?
I just came across something concerning data types which I find astonishing. i1 = int8( 10 ); class( i1 ) i1 = 10.1; cla...

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

1

답변

답변 있음
Performance issue on different computers
I've found the solution. It had something to do with our project library and that the fellow did not use the entire library as I...

8년 초과 전 | 0

| 수락됨

질문


Performance issue on different computers
I have a very weird problem. A fellow has changed some code of our project and states that on his computer the changed code is a...

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

3

답변

질문


When does mcc/Application Compiler need a C-compiler?
We want to create a standalone application from a GUI created with MATLAB R2015b 64bit. I was told that I need to install a C-co...

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

1

답변

질문


Clear directories from "Find Files" tool
Hello, I am using MATLAB R2015b. I often have to use the tool "Find Files". This tool keeps a list with directories you have s...

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

1

답변

질문


Rectangle appears outside axes when zooming
I have a plot with severeal elements (lines, reactangles). When I zoom in, only line-points within the new axis limits are shown...

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

1

답변

질문


How to get documentation of methods?
Hello, I am a quite experienced user of MATLAB and am programming myself using OOP in MATLAB. I want to prepare some informa...

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

1

답변

질문


Additional (configuration) Files in compiled standalone application
Hello, I need to write a standalone GUI application using R2010b (specified by customer, I would be happe to use a newer ver...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


xlsread: why '°' isn't read correctly?
I want to read an Excel file giving me names and units of some data. There is quite a lot of units with "°" (symbol for degree) ...

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

1

답변

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

11년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

11년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11년 초과 전

답변 있음
Converting a 2D matrix to a 3D matrix
I would try it using the reshape command, i.e. something like reshape(EEG_orig,16,62352,30) Possibly you need to tra...

거의 13년 전 | 0

답변 있음
GUIDE Callbacks using function handles or strings
By now, I found that defining the callback property in GUIDE to be cb(gco) works. The variable hObject seems not to be k...

대략 13년 전 | 0

| 수락됨

질문


GUIDE Callbacks using function handles or strings
Hello, I'm a quite experienced GUI programmer and usually program GUIs manually without using GUIDE. However, now I struggle...

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

2

답변

질문


How to get the contents of mat-file without loading it?
Hello, I need to handle a number of similar quite large files which contain data in 2 structures. Lets call the structures S...

대략 13년 전 | 답변 수: 1 | 1

1

답변

질문


pcolor and Data Cursor
Hi, I'd like to use the data cursor for pseudo color plots created with pcolor. I wonder how the arrow keys work in this c...

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

1

답변

질문


Data Cursor for several bar plots
Hi, I want to have a data cursor for a diagram like bar([1 2 3 4],'FaceColor','none','EdgeColor','b') hold on bar([...

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

0

답변

질문


uibuttongroup with radiobuttons with GUIDE
I'm familiar with programming a uibuttongroup with radiobuttons manually using the SelectionChangeFcn of the uibuttongroup. Now ...

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

1

답변

답변 있음
Open UIGETFILE on 2nd monitor
I (still) don't have an answer to this question - but possibly a hint which helps to create your own function: I just managed...

거의 14년 전 | 1

| 수락됨

답변 있음
mirrored axes labels with imagesc
The MathWorks support says this is a known problem of some ATI graphics devices. Updating the driver for the graphic device didn...

거의 14년 전 | 1

| 수락됨

질문


mirrored axes labels with imagesc
Hi, when I execute the following code a = rand(5,5) a(3,3) = NaN figure imagesc(a,'AlphaData',double(~isnan(a))) ...

거의 14년 전 | 답변 수: 5 | 0

5

답변

답변 있음
[DEPRECATED] What frustrates you about MATLAB?
The behaviour of pcolor: Why are the last column and row not shown? Why does the datatip always shows 0 for the z-coordinate?

거의 14년 전 | 0

답변 있음
Wanted features for UITABLE and UITREE
I'd like to have an additional Property 'RowEditable' similar to the property 'ColumnEditable'. Both properties should work at t...

거의 14년 전 | 2

더 보기