Answered
ウェブ文字エンコード
少し分かりづらいんですが、 <https://jp.mathworks.com/help/matlab/ref/sprintf.html#input_argument_formatSpec |sprintf|> で特殊文字を表示する書式を使えば変換できます...

9 years ago | 4

| accepted

Published


Hour Glass
Sean‘s pick this week is hourglass by Tillmann Stuebler. Do you ever present with MATLAB? As an application engineer, this...

9 years ago

Thumbnail

Answered
How can I acquire frames from a live video stream, acquire the frames, then use the frames to recreate the live video stream?
One such example. v = VideoReader('xylophone.mp4'); % Display first frame firstFrame = readFrame(v); subplot(1...

9 years ago | 0

Answered
Label bars of a histogram
A number of ways, but here is one: label = arrayfun(@(x,y) sprintf('%g - %g',x,y), ... binranges(1:end-1), binranges(...

9 years ago | 1

Answered
How to get the gray level co-occurrence matrix feature which is energy, entropy and contrast of the image using GUI?
From Image Processing Toolbox, <https://www.mathworks.com/help/images/ref/graycomatrix.html |graycomatrix|> and <https://www.mat...

9 years ago | 0

| accepted

Answered
Controlling the spacing of markers in fplot (symbolic variable)
How about converting your symbolic variables to numeric just for plotting? Then all those suggestions would work. Moreover, i...

9 years ago | 4

Answered
How to remove subplot grey space between images
One way is to use |subplot| or |axes| to manually specify a tight region. In your code, change the |subplot| line to subplo...

9 years ago | 3

| accepted

Answered
Problem using cell2mat on cell arrays from textscan
If they are numbers, why don't you read them in as a numeric (e.g. %f)? data = textscan(fid,'%f %f','Delimiter',','); Th...

9 years ago | 0

| accepted

Answered
Storing values from a nested FOR loop (can't get how to save the output into a matrix)
Your for loop goes from 1 to 70, so it looks like you're trying to generate 70 columns of data, not 40. Aside from that, you ...

9 years ago | 0

| accepted

Published


Quickly create an interactive data viewer with tabbed figures
Jiro‘s pick this week is Tabbed Figure by Curtis. Have you ever wanted to visualize a bunch of data so that you can...

9 years ago

Thumbnail

Published


Creating and Populating a Simulink Dataset from Simulink model
Richard is Consulting Engineer at MathWorks focused on the Embedded Coder product for code generation, primarily in the...

9 years ago

Thumbnail

Published


MATLAB File Association Fix
Sean‘s pick this week is MATLAB File Association Fix by Patrik Forssén. Have you ever gone to open a MATLAB file of any...

9 years ago

Thumbnail

Answered
Parforを用いてSimulink モデルを並列に実行する方法
これは、 |parfor| 内でループの外の変数が見えていないから起きます。一番簡単な対処法はループ内のコードを一つの関数としてまとめる方法です。 実際に |dsim| のモデル内でどの変数が必要か分かりませんが、仮に |A|, |fsin|, |T...

9 years ago | 4

| accepted

Answered
クラス フォルダーを利用してメンバ関数を別ファイルに作成した際に、TAB補完によるメンバ変数、メンバ関数を表示させる方法について
操作1に関しては、ドット表記の場合は別ファイルのメソッドに飛んでくれないみたいですが、関数表記だと飛んでくれました。 this.func1() % 飛ばない func1(this) % 飛ぶ 操作2に関してはでき無そうなので、対...

9 years ago | 2

| accepted

Published


R2016b Features: MarkerIndices, jsonencode, jsondecode
Jiro‘s picks this week are two of the many new features of R2016b: MarkerIndices property for specifying marker locations...

9 years ago

Thumbnail

Submitted


Demo files for 2016 MATLAB Expo Japan "Object Oriented Programming" session (B5)
Demo files used for the 2016 MATLAB Expo Japan Session B5

9 years ago | 1 download |

5.0 / 5
Thumbnail

Published


Deep Learning for Image Classification
Deep Learning for Image Classification Avi’s pick of the week is the Deep Learning Toolbox Model for AlexNet Network, by...

9 years ago

Thumbnail

Published


2016 MATLAB and Simulink Hardware Challenge
Jiro‘s picks this week are the top 3 entries* from the 2016 MATLAB and Simulink Hardware Challenge. Kinect and IMU data to...

9 years ago

Thumbnail

Answered
how to get a line information after applying the houghlines
In your example, the variable |lines| has the information about the straight lines. Double-click the variable in the Workspace. ...

9 years ago | 0

| accepted

Answered
Simulinkでベ​クトル信号の要素を昇順、降順で並​び替えるにはどうすれ​ばよいですか?
<https://jp.mathworks.com/products/dsp-system/ DSP System Toolbox> があれば <http://jp.mathworks.com/help/dsp/ref/sort.html Sort> ブロ...

9 years ago | 6

| accepted

Answered
How link axes horizontally in subplots?
I think what you want is this. Note the indexing using inside |linkaxes|. f = figure(); bFig(1:10) = axes(f); for k =...

9 years ago | 2

| accepted

Answered
グレースケールの3次元マッピング
グレースケール値を3次元の散布図で可視化したいということでしょうか。 im = imread('peppers.png'); imG = rgb2gray(im); % グレースケールに変換 imD = im2double(...

9 years ago | 3

Published


Write Your Figures to Excel
Sean‘s pick this week is xlswritefig by Michelle Hirsch. One of my colleagues approached me earlier this week and asked me...

9 years ago

Thumbnail

Published


Blackjack!
Brett's Pick this week is blackjack, by Cleve Moler.Last night, while preparing for a seminar on machine learning I found...

9 years ago

Thumbnail

Published


Data Acquisition Tool
Sean's pick this week is Data Acquisition Tool by Isaac Noh. Data Acquisition Hardware ...

9 years ago

Thumbnail

Published


Feel the Music
Jiro's pick this week is Music Visualizer by NathanM.A fun, cool entry for this week. It's like I can feel the... read...

9 years ago

Thumbnail

Published


Sunrise Sunset
Will's pick this week is Sunrise Sunset by Meysam Mahooti. Ever wonder when the sun is going to set for an event you're...

9 years ago

Thumbnail

Published


I Think You’re Just Trying to Test Me!
Greg's pick this week is Unit Testing C Code using MATLAB and MATLAB Coder by Bill Chou. In...

9 years ago

Thumbnail

Published


“Most Active/Interactive” File Exchange Entry
Jiro's pick this week is "Command-line peak fitter for time-series signals" by Tom O'Haver.Continuing with the...

9 years ago

Thumbnail

Published


Top Files and Authors
Sean's going to take this week to celebrate the top files and authors of the File Exchange. As...

9 years ago

Thumbnail

Load more