photo

Mario Trevino


Johns Hopkins University

Last seen: 8개월 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

27 질문
2 답변

순위
9,074
of 300,343

평판
4

참여
27 질문
2 답변

답변 채택
74.07%

획득한 표
2

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 4
  • First Review

배지 보기

Feeds

보기 기준

질문


Can someone help me open a Simulink file from an old version of matlab? (probably around year 2000)
Hi there everybody I wonder if someone of you could help me open an old Simulink file and store it in a more recent version?

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

1

답변

질문


Password protect mat files
Hi there everybody, Im writing an application and I would like to password protect the generated mat files... is there an easy w...

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

2

답변

질문


cannot send an email through matlab
Im not being able to send an email thgourh matlab.... My google account allow external applications to use it.... here is the c...

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

1

답변

질문


Adding a special boundary condition to an ODE
Hi everyone! Im solving an ODE using fmincon and a cost function. Im able to find the best parameters of the model and Im happy...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


displaying SET operations with MATLAB
hi everyone Im performing some set operations with MATLAB and I wonder wherther you know of any nice application which I could ...

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

0

답변

질문


Yaw, Pitch and Roll
hi Everyone I have a video where I record, on each frame, the location of a little plaque with 4 colored dots (different color ...

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

2

답변

질문


Display precision vs actual precision
Hi everyone We are running some simulations in MATLAB and storing the results afterwards. Yet, we are concerned that the actual...

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

2

답변

질문


how to send me an email from matlab running on another computer?
any suggestions?

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

2

답변

질문


detecting computer ID from matlab
Hi everyone, I wonder if any of you can tell me how to get the computer ID from within matlab? I want to make a compiled functi...

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

2

답변

질문


Cell Arrays vs Matrices
Gentlemen, are cell arrays faster or slower than Matrices to store numbers? thanks in advance! mario

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

1

답변

질문


homogeneous distribution of particles over the surface of a sphere
hi everyone, I have a very simple question Im using random numbers from a uniform distribution (range from 0 to 2*pi) to create...

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

1

답변

질문


Creating synthetic images with controlled properties?
Hi everyone, Im trying to find out if there is a clever way to mathematically generate a set of different images with some key s...

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

2

답변

질문


how to open many matlab instances from matlab?
hi there, I want to make a function that opens multiple matlab instances (from within matlab) and then starts running different ...

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

2

답변

질문


RGB colors in scatter3
Im trying to plot n [X,Y,Z] dots in 3d with their colors given by C which is a nx3 matrix describing the RGB colors for each dot...

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

1

답변

질문


how to get name of a function (within the function)
Wise gentlemen: how do I get the name of a function within the function?

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

4

답변

질문


Renaming files without preserving their date and creation time
I want to rename files but without preserving their original date and creation times.So far, Ive tried two options: OPTION 1:...

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

1

답변

질문


Can you help me with a logistic regression?
I need to solve the following system: log(pR,i/pL,i)=SIGMA{ alpha_j [(rR,i-j)-(rL,i-j)]}+SIGMA{ beta_j [(cR,i-j)-(cL,i-j)]}+g...

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

1

답변

질문


Recover image from current figure without saving it
Suppose I have: figure imshow(matrix) hold on scatter(x2,y2,size2,color2, 'filled') axis square axis off ...

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

1

답변

답변 있음
How to make a set of RGB color combinations
Hey there, thanks for your help Im solving an image processing problem, and Im planning to create multiple masks with different...

12년 초과 전 | 0

질문


How to make a set of RGB color combinations
I want to build a finite set of RGB colors, say 100, which maximices the overall differences (Euclidean distance) between each o...

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

3

답변

질문


How to build a rotationally symmetric mask?
Hi everyone, suppose I have 'p' given by a generalized Gaussian function and want to make a rotationally symmetric mask of it (i...

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

1

답변

질문


Need help to classify a variable for parallel computing
I have something like: parfor .... [blobCentroid(i-chunk,1:2),blobOrientation(i-chunk,1)]=blob_analysis(vidFrame_bn);...

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

1

답변

답변 있음
VideoReader.m and read.m in MATLAB 64 bit
NICE! little bug, simple solution, big headache. thank you very much Walt!

거의 13년 전 | 0

질문


VideoReader.m and read.m in MATLAB 64 bit
read function is crashing at line 91 even after updating line 91 if( ~isempty(obj.NumberOfFrames) ) with if( ~isem...

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

2

답변

질문


Image Segmentation of cells
Hi everybody, Im trying to detect cells in images for which Im using some functions based on watershed segmentation. However, th...

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

1

답변

질문


Optimization of two linear models with constraint
I have a dataset which is a 'v-shaped' pattern of dots: y_observed and want to adjust two linear regressions with a turning poin...

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

1

답변

질문


returning the indexes of an image displayed with a specific colormap
hi, does anyone know hot to get the numeric indexes of a displayed image with a specific user defined colormap??? for example...

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

1

답변

질문


Solving an ODE with best-fit adjustment to empirical observations
Hi everybody, I want to numerically solve an ODE but I want to fit the constants to experimental data following that ODE. Any si...

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

1

답변

질문


ODE with discrete, external input
Hi everybody, I want to solve a simple ODE for specific discrete time points in which constats are updated externally for each s...

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

2

답변