photo

GMabilleau


Last seen: 29일 전 2015년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

10 질문
4 답변

Cody

0 문제
11 답안

순위
14,850
of 300,851

평판
3

참여
10 질문
4 답변

답변 채택
90.0%

획득한 표
3

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
29,080
of 171,294

참여
0 문제
11 답안

점수
177

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Solver
  • Thankful Level 3
  • First Answer
  • First Review

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

대략 2개월 전

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

대략 2개월 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

대략 2개월 전

문제를 풀었습니다


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

대략 2개월 전

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

대략 2개월 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

대략 2개월 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

대략 2개월 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

대략 2개월 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

대략 2개월 전

문제를 풀었습니다


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

대략 2개월 전

문제를 풀었습니다


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

대략 2개월 전

답변 있음
Artefacts in 3D volume visualization with non-isotropic voxels
The following script has been adapted to use imresize3 instead of an affine transformation, following Matt J’s suggestion: thr...

대략 2개월 전 | 0

| 수락됨

질문


Artefacts in 3D volume visualization with non-isotropic voxels
Hi everyone, I am trying to visualize a stack of CT images as a 3D volume. The voxels in the stack are non-isotropic: the pixel...

대략 2개월 전 | 답변 수: 1 | 1

1

답변

질문


Update UIAxes in App1 after computation in App2
Hello ! In App designer, I have built App1 and App2. In App1, I have a UIAxes and a button which, when activated, is used to p...

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

1

답변

질문


how to close an UIFigure from a second app
Hello ! Using app designer, I've created an application (app1) which, when I press a button (button1), opens a second applicati...

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

1

답변

질문


How to add extra columns at specified locations
Hi! I have a variable called "dataset" that corresponds to a vector containing numbers and nan values. Let say : dataset = [1...

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

1

답변

질문


Problem in displaying an image with imshow in app designer
Hello, I'm trying to develop my own app to segment a stack of graylevel images. I designed the "AppSegmentation" app with app ...

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

1

답변

질문


How to filter a cell array from entries from another cell array
Hello, I have a cell array, called cell1, containing a list of string variables. I would like to remove all variables with the...

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

1

답변

답변 있음
How can I remove a grid from an image without removing objects on the borders of the grid?
Have a look at this post: https://fr.mathworks.com/matlabcentral/answers/214494-removing-grids-in-an-image?s_tid=answers_rc1-1_p...

3년 초과 전 | 0

질문


How to binarize an image using spinner in app designer?
Hi! I'm writing a multiwindow app to segment image based on the rgb profile. App1, App2 and an example of the image used is a...

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

1

답변

답변 있음
How to use the color thresholder app in a script
Hi! Finally I found a way to do the job by creating a message box and wait for the user to click "ok" into this message box. ...

거의 7년 전 | 1

| 수락됨

질문


How to use the color thresholder app in a script
Hi! I'm trying to write a script to open an image in the RGB color space with feature of interest in blue. Next, I would like ...

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

1

답변

답변 있음
Error using xlswrite1 in a For loop?
Nobody?

8년 초과 전 | 0

질문


Error using xlswrite1 in a For loop?
Hi everyone! I wrote a script that is supposed to work in a batch mode to recognise all files located in the same folder wit...

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

1

답변

질문


How to get pixel value around objects in greyscale image?
Hi! I'm new to Matlab and stuck with one of my projects. I am performing image analysis from grey scale images where the ...

10년 초과 전 | 답변 수: 1 | 1

1

답변