sydney salvador
Followers: 0 Following: 0
Statistics
RANK
199 826
of 295 527
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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
Feeds
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 ...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 4 år ago | 3 answers | 0
3
answersQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
peaks of plot in UIAxes appdesigner opening in another window
[sortedX, sortIndex] = sort(x); sortedY = y(sortIndex); sortedXLimit = sortedX(1:160,:); sortedYLimit = s...
mer än 4 år ago | 1 answer | 0
1
answerError 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...
mer än 4 år 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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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=...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0