Carlyle Hickman
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
10.976
of 295.467
REPUTATION
4
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
4
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
How can I read a .json file?
Hello I found some data on the web that requires me to open a .gz file and a .json. I was able to unzip the gz file in MATLAB bu...
mehr als 7 Jahre vor | 4 Antworten | 4
4
AntwortenFrage
Having issues playing a simple tone with MATLAB.
Here is my function: function playtone(freq,sf,amplitude,duration) %Plays a simple tone. %freq = frequency of tone (i...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I keep getting an error message for my subplot syntax? Could anyone out there look over my script, and tell me whats wrong?
%subplot.m x = 0:0.1:5; y = exp(-1.2*x).*sin(10*x+5); subplot(1,2,1) plot(x,y),xlabel('x'), ylabel('y'),axis([0 5 -1 11]) x...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Still using a switch structure, now within a function. I keep getting an error message saying I don't have enough input arguments for (line 6).
function total_days = total(month,day,extra_day) %CalenderCalculations.m this programm computes the total elapsed days in a...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Writing a switch structure, and i can not get it to display my second response.
t = [0:100]; x = exp(-t).*sin(t); response = input ('Type min, max, or sum. ','s') response = lower('response'); swit...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am trying to answer a test your understanding question T4.5-3 from Introduction to MATLAB for engineers 3rd edition, but i keep failing in producing this matrix. Has anybody out the completed this problem that can give me some tips?
<</matlabcentral/answers/uploaded_files/57921/lab.JPG>> function A = ego A = 4; for r = 4:6:30 for c = 4:4...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why cant i get my Arduino mega ADK to work with simulink?
Evert time i try to run external i get the following message(s): The call to realtime_make_rtw_hook, during the entry hook ...
mehr als 8 Jahre vor | 1 Antwort | 0