photo

sydney salvador


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

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Taylor series determining the values and errors
Im writing a script to solve F(x)=exp(x) focused at Xo=3 and f(5) F(x)=sin(x) focused at Xo = 30 degress and f(157) degrees ...

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

1

답변

질문


How to Change the first letter of a string to capital case and the rest to lowercase
impropermsg = input('Enter the sentence : \n', 's'); function propermsg = changemsg(impropermsg) propermsg = strcat(upper(impr...

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

3

답변

질문


mean, standard deviance, variance simplify the code if possible?
I have a user input table, it allows data to be entered as strain as (X) and stress as (Y), is there a function that can simplif...

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

1

답변

질문


peaks of plot in UIAxes appdesigner opening in another window
[sortedX, sortIndex] = sort(x); sortedY = y(sortIndex); sortedXLimit = sortedX(1:160,:); sortedYLimit = s...

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

1

답변

답변 있음
Error using textscan Invalid file identifier Use fopen to generate a valid file identifier in app designer
[sortedX, sortIndex] = sort(x); sortedY = y(sortIndex); sortedXLimit = sortedX(1:160,:); sortedYLimit = s...

대략 4년 전 | 0

질문


A table variable name subscript must be a character vector
What does my error mean? i am trying to upload a ".xls" file using "add button"and transfer the data into a table and "add bu...

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

1

답변

질문


Error using textscan Invalid file identifier Use fopen to generate a valid file identifier in app designer
I use a button to upload my "Data.txt" file and another button to calculate and plot it into UIaxes but im having error in "fid=...

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

2

답변

질문


how to Make a button upload a .txt file and another button to read the file and plot it in matlab app design?
Do you have any tips in making my buttons work, i did the code in normal matlab and it works but i dont know how to translate it...

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

1

답변

질문


Dimensions of matrices being concatenated are not consistent.
fid=fopen('Data2.txt'); %will read notepad data s=textscan(fid,'%f %f','headerlines',2); %variable "s" will show and plot da...

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

1

답변