Maider Marin - MATLAB Central
photo

Maider Marin


University of Puerto Rico

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB AnswersFrom 02/11 to 03/25Use left and right arrows to move selectionFrom 02/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 질문
5 답변

순위
8,781
of 297,711

평판
4

참여
8 질문
5 답변

답변 채택
62.5%

획득한 표
0

순위
 of 20,465

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,406

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


I call a mex function and do some operations with its results and then matlab crashes
I create a mex function to use a subroutine I code in C++. I compiled without errors. Then run an example have a correct answer,...

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

1

답변

답변 있음
mexfunction
you create a mexFunction in which you tell matlab how many outputs and inputs and you read your inputs and define your outputs. ...

대략 13년 전 | 0

| 수락됨

질문


How to find Matlab version to be used in the mex file header
I create a mex file that compiles and works properly in R2010b and up, versions I have at my work. But I need the same file be u...

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

3

답변

답변 있음
Mex File problems with 2010a
Thanks, your answer point me to look in the right direction, know I understand the problem but did not give the answer. Here i...

13년 초과 전 | 0

| 수락됨

질문


Mex File problems with 2010a
I have Windows 7, Visual Studio 2010 Express, SDK 7.1, Matlab 2010a and the patch VS2010MEXSupport found in <http://www.mathw...

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

2

답변

답변 있음
How to set the Attribute possition in a annotation of type rectangle
I also found a way less elegant form to solved I made N by M matrix called maze all with zeros except in the region I want to hi...

거의 14년 전 | 0

질문


How to set the Attribute possition in a annotation of type rectangle
I made a figure, in that I generated a grid of size say N=5 M=8, and I want to highlight the region between (5,2:end-1) in other...

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

2

답변

답변 있음
write to file in exponential notation
Iam writing a variable r to file using the following code r= [0.000452403093670532 0.000445718222208873]; str='...

거의 14년 전 | 0

질문


write to file in exponential notation
Iam writing a variable r to file using the following code r= [0.000452403093670532 0.000445718222208873]; str='te...

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

3

답변

질문


alternatives to create a huge 9 diagonal matrix to spdiags
I have a problem I am working with a 9 diagonal linear system, what I am doing is finding the vectors of each diagonal, let me c...

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

1

답변

답변 있음
Elemtwise product of a matrix and a vector with one common dimmension
Thanks Oleg!!

대략 14년 전 | 0

질문


Elemtwise product of a matrix and a vector with one common dimmension
I would like to do something like this Let say I have a matrix A of size 3x4 A = 0 1 2 3 1 0 ...

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

2

답변

질문


size of nonzero entries in each row of a matrix without loop
Let's explained with an example if I have h = 0 1 2 3 1 0 0 0 5 0 1 ...

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

4

답변