Alexandra Philip - MATLAB Central
photo

Alexandra Philip


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 06/20 to 03/25Use left and right arrows to move selectionFrom 06/20Use 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

27 질문
0 답변

순위
69,285
of 297,672

평판
0

참여
27 질문
0 답변

답변 채택
37.04%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Loading the file path
I am having some trouble with developing code to look into column 8 and read or load the file paths: Then to copy and save t...

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

0

답변

질문


Undefined function 'ne' for input arguments of type 'table'.
I am having some trouble with updating a table as I first am extracting date from the 8th column, then I try to find data within...

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

2

답변

질문


Extracting file from a folder
I am having some trouble with updating the table to only display the rows that have something in their cells in the 8th column. ...

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

1

답변

질문


Reading a table in excel
I am having some trouble with reading a table in excel and then extracting specific rows. I first use: filenameEGI='Copy of EG...

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

0

답변

질문


Adding text from calculation in app designer
I am having some with creating text on a figure and writing the text coming from a variable in app designer. The app figure dis...

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

1

답변

질문


Saving a table with different values
I am having some trouble will developing my code to only save the table with different values to the file. So far I have, savef...

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

0

답변

질문


Checking the dates and times
I am having some trouble with developing code to see if the date inputted for the Testdate is one week old and if the date input...

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

1

답변

질문


Brace indexing is not supported for variables of this type.
I am attempting to extract the contents out of my double array so I would be able to see whether my input variable equals a valu...

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

1

답변

질문


Unable to perform assignment with 0 elements on the right-hand side.
I am having some error with obtain a variable that contain a value from the table with the conditions that th AccelSNEditField i...

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

2

답변

질문


How to create a uitable from extracted data from a struct in app designer?
I am having some trouble with creaating a uitable from the extracted data from a struct in app designer. I first coded this: da...

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

1

답변

질문


Using the enter key to input multiple values for one variable
I am having some difficulty in obtaining a solution to change this previous code that I had splitting the multiple values with c...

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

1

답변

질문


Undefined function 'mtimes' for input arguments of type 'cell'.
I am having some trouble with obtaining a calculation. I first used: radians=0; Rs=1.00021697; dRs=250; SeattleG...

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

1

답변

질문


Uitable data, error using horzcat
I am having some trouble with merging and displaying array tables into one uitable in the app designer. I first have: rmdData=...

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

0

답변

질문


Extracting values from fields in app designer
I am trying to figue out how to obtain the values from certain fields within my struct in app desginer. I would like to pull th...

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

0

답변

질문


Error using extractfield in app designer
I am attempting to extract the values from specific fields of a structure in app designer. I first added a private property(app...

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

1

답변

질문


Importing struct into app designer
I am having some trouble retreiving the field values of my loaded struct in app designer. I first created a Private propertty an...

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

1

답변

질문


Error using sum Dimension argument must be a positive integer scalar, a vector of unique positive integers, or 'all'.
I am attempting to do this calculation: VRTemp=((sum(ATretreive{1,7:10})/4)*100)-273; But I then receive this error: Err...

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

1

답변

질문


Error using num2cell Too many input arguments.
I am using the app designer and one of the callbacks, I receive an error in the code: Error using num2cell Too many input argu...

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

1

답변

질문


Error with load function
I am having some trouble using the load function in my code as I first use: savepath='filepath'; savefile='Tumble Data User Ap...

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

1

답변

질문


Adding additional data to previous table
I am attempting to find a way to add in additional data to the next row of this table after every run still retaining the previo...

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

1

답변

질문


Saveas function with .mat file
I am having some trouble with using the saveas function to save a .mat file. I am intending to send the file to the path. How w...

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

1

답변

질문


Extraction from the double cell?
I am having some trouble developing some error checking code. I first use: I am particularly having trouble with displaying the...

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

1

답변

질문


Index exceed number of array elements(1)
I am having some trouble as I recieve this error message: Index exceeds the number of array elements (1). Error in ERRORT (...

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

1

답변

질문


Error check on dates
I am having some trouble with developing an error check for the format of dates being inputted by the user. I first use: Testd...

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

1

답변

질문


Position and extraction of row
I am having some trouble find the position of the row within a table. I first did: [rows,columns]=find(strcmp(mergetable1{:,1},...

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

1

답변

질문


Operator '-' is not supported for operands of type 'cell'.
I am having some problem with obtaining a calculation as it is followed by this error: Operator '-' is not supported for operan...

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

1

답변

질문


Row position and find value
I have having some trouble with locating the position of the row in a table and then using that same row to find the value in co...

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

1

답변