Community Profile

photo

James Cai


Texas A&M University

Last seen: 1일 전 2018년부터 활동

Followers: 0   Following: 0

연락

TAMU professor of computational single-cell biology

Programming Languages:
MATLAB
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Computational Biology

통계

All
  • Thankful Level 1
  • Explorer
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Solver
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


scGEAToolbox (single-cell Gene Expression Analysis Toolbox)
Single-cell Gene Expression Analysis Toolbox

13일 전 | 다운로드 수: 50 |

Thumbnail

질문


Change of parameters of Gates in quantumCircuit does not take effect
This question concerns MATLAB Support Package for Quantum Computing. As shown below: C1=quantumCircuit(ryGate(1,0.5*pi)) C2=C...

10개월 전 | 답변 수: 2 | 0

2

답변

답변 있음
Replace the first row of the matrix with zeros.
A(1, :) = 0

대략 4년 전 | 0

문제를 풀었습니다


Angle between Two Vectors
The dot product relationship, a dot b = | a | | b | cos(theta), can be used to determine the acute angle between vector a and ve...

대략 4년 전

문제를 풀었습니다


What is the distance from point P(x,y) to the line Ax + By + C = 0?
Given a point, P(x,y), find the distance from this point to a linear line. INPUTS: x, y, A, B, C OUTPUTS: d, the distance ...

대략 4년 전

문제를 풀었습니다


Euclidean inter-point distance matrix
The Euclidean distance between two points in a p-dimensional space is a really common thing to compute in the field of computati...

대략 4년 전

문제를 풀었습니다


inner product of two vectors
inner product of two vectors

대략 5년 전

답변 있음
How to compare the output of PCA analysis?
http://freesourcecode.net/matlabprojects/57085/pca-similarity-factor-in-matlab#.WsZ4QYjwaUk

대략 6년 전 | 0

답변 있음
Pairwise difference between values of a vector
Nowadays, dv = abs(v-v') returns the absolute pairwise differences.

대략 6년 전 | 2