photo

Nicolas Jaccard


University College London

Last seen: 4 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

5 个提问
1 个回答

Cody

0 个问题
11 个答案

排名
195,058
of 300,780

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
37,010
of 171,018

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

13 years 前

已解决


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 years 前

已回答
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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答