![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15864625_1564119642565_DEF.jpg)
sydney salvador
Followers: 0 Following: 0
Statistik
RANG
166.745
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
62.5%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
peaks of plot in UIAxes appdesigner opening in another window
[sortedX, sortIndex] = sort(x); sortedY = y(sortIndex); sortedXLimit = sortedX(1:160,:); sortedYLimit = s...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortError 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...
fast 5 Jahre vor | 0
Frage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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=...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0