photo

sydney salvador


Last seen: bijna 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
118.414
of 300.321

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
62.5%

VOTES RECEIVED
0

RANK
 of 20.913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.093

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ...

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 5 jaar ago | 4 answers | 0

4

answers

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Answered
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...

meer dan 5 jaar ago | 0

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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=...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer