回答済み
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年以上 前 | 4

回答済み
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年以上 前 | 3

| 採用済み

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

| 採用済み

公開済み


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年以上 前

Thumbnail

公開済み


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年以上 前

Thumbnail

公開済み


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年以上 前

Thumbnail

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

9年以上 前 | 4

| 採用済み

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

9年以上 前 | 2

| 採用済み

公開済み


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年以上 前

Thumbnail

送信済み


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

9年以上 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

公開済み


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年以上 前

Thumbnail

公開済み


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年以上 前

Thumbnail

回答済み
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年以上 前 | 0

| 採用済み

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

9年以上 前 | 6

| 採用済み

回答済み
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年以上 前 | 2

| 採用済み

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

9年以上 前 | 3

公開済み


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年以上 前

Thumbnail

公開済み


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

9年以上 前

Thumbnail

公開済み


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

9年以上 前

Thumbnail

公開済み


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年以上 前

Thumbnail

公開済み


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年以上 前

Thumbnail

公開済み


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年以上 前

Thumbnail

公開済み


“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年以上 前

Thumbnail

公開済み


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

9年以上 前

Thumbnail

送信済み


2048 MATLAB Edition
This is a MATLAB implementation of the 2048 game

9年以上 前 | ダウンロード 10 件 |

4.86667 / 5
Thumbnail

送信済み


Example files for "Programming with MATLAB" Webinar
Example files for "Programming with MATLAB" Webinar, delivered May 2016 by Renee Qian.

9年以上 前 | ダウンロード 1 件 |

4.8 / 5
Thumbnail

送信済み


Custom GINPUT
GINPUT with customizable cursor.

9年以上 前 | ダウンロード 5 件 |

4.8 / 5

送信済み


flattenMaskOverlay
Create a flattened image with an overlayed mask, with specified color and opacity (transparency).

9年以上 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


Fireworks GUI
Enjoy some fireworks (with sound) with this interactive GUI

9年以上 前 | ダウンロード 4 件 |

4.625 / 5

さらに読み込む