Community Profile

photo

Giridharan Kumaravelu


Active since 2018

Statistics

All
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Submission
  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

Answered
我怎么能和下标和g创建轴标签吗reek letters?
The following should work: y1 = 1:10; y2 = (1:10)*0.5; x = 1:10; plot(y1); hold on; plot(y2); xlabel('Si...

4年前| 0

Answered
How to transfer matrix values loaded in one subfunction to the main function?
You could use them as global variables as shown below function calculation global A global B [a,b] = calc...

4年前| 0

Answered
How remove a field inside a structure?
fieldsS = fieldnames(sd.Variables); for i = 1:length(fieldsS) S.Variables.(fieldsS{i}) = rmfield(sd.Variables.(fieldsS{i})...

4年前| 0

|accepted

Answered
VideoWriter只是显示the last figure as opposed to full 135 image movie
You are writing the video outside of the loop, that is why you are seeing only the last image. Move the writeVideo command insid...

4年前| 0

|accepted

Answered
how do i change a variable name from workspace
getname = @(x) inputname(1); IR0004__ = 10; str = getname(IR0004__); newstr = erase(str,'_'); eval([newstr '=' str...

4年前| 0

Answered
How do i repeat an already generated gaussian pulse signal for a certain number of times?
If you are using a code in the Simulink, you could try the repmat() function.

4年前| 0

Answered
exporting array data to text file
xTable = array2table(x); writetable(xTable,'final.txt','Delimiter',' '); The above code can help and you can modify the ...

4年前| 0

Channel


Duct Fan Data Collection

4 years ago

Channel


Duct Fan Health Monitor

4 years ago

Submitted


Download files from your DropBox API folder using MATLAB
This function allows a user to download multiple files from DropBox(TM) to your computer.

4 years ago | 11 downloads |

Channel


Table Fan Data Collection

4 years ago

Channel


Table Fan Health Monitor

4 years ago