Community Profile

photo

Carlyle Hickman


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

7 years ago | 4 answers | 4

4

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer