Yanjika O
Followers: 0 Following: 0
Feeds
提问
Adding label to a color scale of heatmap
Hello there, I have following heatmap that I want to add a lable as shown on the next plot. Please suggest any way to do that. ...
4 years 前 | 0 个回答 | 0
0
个回答提问
Index exceeds the array element number
Hello there, Here is the code that I wrote. It has some problem with defining 'i' as it is supposed to be the length of 'firing...
4 years 前 | 1 个回答 | 0
1
个回答提问
Flipping the axis starting value of a plot in matlab
Hi, Here is the code that I wrote for plotting some points and writing it to a video. When I want to match the plot with the o...
4 years 前 | 1 个回答 | 0
1
个回答提问
Writing a frame to a video error
Hi, I wrote the following code for repeatedly reading excel file and scatter plotting then writing a video from it. clear a...
4 years 前 | 1 个回答 | 0
1
个回答提问
Play a video from Matlab
Hi, Is there any way to play a video in full screen from matlab on windows media player repeatedly? Thank you,
4 years 前 | 1 个回答 | 0
1
个回答提问
why does the sound with different sampling frequency sounds the same ?
Dear people, I am trying to write an audio with the following lines. However, every after I write an audio into a file and pl...
4 years 前 | 1 个回答 | 0
1
个回答提问
Writing a plot into a video
Hello all, I have this code for generating plots with complete dark and green rectangular. I wanted to get the frames and save ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Writing an audio file
Dear people, I am trying to write an audio which consists of part of 2500Hz 17 sec long and another silent part of 1 min in len...
4 years 前 | 1 个回答 | 0
1
个回答提问
Running two scripts synchronously
Hi, Is it possible to run two scripts at the same time? For example, generating video on the screen and recording a video thr...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Plot overlapped on each other
For someone who ever needs it, I fixed the code as this way. filename='audioShockRecall.xlsx'; sheetname_kinovea=regexprep(f...
Plot overlapped on each other
For someone who ever needs it, I fixed the code as this way. filename='audioShockRecall.xlsx'; sheetname_kinovea=regexprep(f...
4 years 前 | 0
提问
Plot overlapped on each other
Hello, I have this code for making animated plots in a loop and writing it into a video. However, when my second loop runs, the...
4 years 前 | 2 个回答 | 0
2
个回答提问
Grouping the bar graph
Hello, I wrote following lines for plotting a bar graph of shock1-shock5 excel files. %filename='shock1-5.xlsx' clear all clc...
4 years 前 | 1 个回答 | 0
1
个回答提问
Can anyone help me with understanding this code?
Hi, I am trying to figure it out what is the line code is doing. Please help me with understanding it out=arrayfun(@(x,y)s(x:y)...
4 years 前 | 1 个回答 | 0
1
个回答提问
Having problem with indexing my table
Hi, I have imported a column from excel file. And wanted to refer several parts of it by indexing. S=readtable('safe_1.xlsx',...
4 years 前 | 1 个回答 | 0
1
个回答提问
Executing same function in different elements of an array
Hi, I have wrote a function for small calculation. And I have an array 'A' which has over 25000 elements. I would like to refer...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to execute a function for several different range from a same array?
Hello people, I have this excel data sheet that I imported to the matlab in an array "s". S=readtable('safe1.xlsx','Sheet','e...
4 years 前 | 0 个回答 | 0
0
个回答提问
How to extract the certain range of values from array?
Hello, I have imported two column of data from excel which also had several other columns as follows: T=readtable('safe_1.xlsx'...
4 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to play matlab built video to a secondary monitor?
Hello, I am trying to have a control over my video which to be displayed on the secondary monitor. Eventhough I can use usb dr...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to make a flashing movie? Please suggest any approach without application of any specific toolbox.
I am willing to make a video consists of 2 parts that are flashing and steady. The flashing could be in shape i.e circle or tria...
4 years 前 | 1 个回答 | 0
1
个回答已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years 前