Community Profile

photo

vishwa joshi


Active since 2014

Followers: 0   Following: 0

Message

student
Professional Interests: cloud computing, android

Statistics

Feeds

View by

Question


How do I call a simple "Hello World" Java program in MATLAB?
here is my java program , how to call this in matlab??/ package vish; public class hello { public static void main(String ...

9 years ago | 0 answers | 0

0

answers

Question


how to read multiple .wav file from other .m file
B = importdata('allfeaturesongs.m'); for i=1:5 [y, fs]=wavread(B(i)); t1=[1/fs:1/fs:length(y)/fs]; fprintf('Duration ori...

9 years ago | 0 answers | 0

0

answers