photo

Nicolas Jaccard


University College London

Last seen: 대략 4년 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

5 질문
1 답변

Cody

0 문제
11 답안

순위
195,059
of 300,786

평판
0

참여
5 질문
1 답변

답변 채택
60.0%

획득한 표
0

순위
 of 21,091

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
37,017
of 171,061

참여
0 문제
11 답안

점수
120

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


fitcsvm - setting sigma value?
Hi all, I am currently using the built-in "fitcsvm" function to train a classifier and I am slightly confused by the document...

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

0

답변

질문


'Simple' object tracking on segmented microscopy images
Dear all, I have developed various microscopy image segmentation algorithms using MATLAB (mostly based on built-in functions ...

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

1

답변

질문


Setting AlphaData of an image causes labels of other axes on the same figure to flip?
Dear all, I have a very weird issue. I have a figure with various axes, one to display an image and the others for scatter pl...

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

1

답변

문제를 풀었습니다


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

13년 초과 전

문제를 풀었습니다


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

13년 초과 전

문제를 풀었습니다


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

13년 초과 전

문제를 풀었습니다


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

13년 초과 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

13년 초과 전

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

13년 초과 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

답변 있음
C++ vector to MxArray as output for a MEX function
I guess this is a typical case of actually writing the question making me realize what was wrong! I constructed my mxArray us...

대략 14년 전 | 0

| 수락됨

질문


C++ vector to MxArray as output for a MEX function
Hi all, I've been stuck on this for a few days; I have a function with many nested for-loops and I decided to create a MEX ve...

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

1

답변

질문


Issues using PARFOR with large object array (slow execution time)
Hello, I have been having issues with some code I am trying to parallelise. I am not sure where the problem is, I explored di...

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

2

답변