photo

Kelvin


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
1 回答

ランク
254,560
of 300,756

評判
0

コントリビューション
14 質問
1 回答

回答採用率
7.14%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


Append new columns into Excel with MATLAB
I would like to ask how to use MATLAB to append new columns into existing excel file without altering the original data in the f...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How to set zero value boxes transparent in 3D plots?
I used a function called ind2patch to make a big 3D block which contains a number of smaller blocks in 3 dimensions. Each small ...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How to use a suitable color bar?
I have a picture which shows the magnitude of some value in terms of color, like this one: <https://www.dropbox.com/s/yoh...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Problem of plotting picture and video in Linux HPC
I have a Matlab program that reads data file and then create avi. files and tiff pictures. It runs without problem in window OS ...

約10年 前 | 0 件の回答 | 0

0

回答

質問


MATLAB enlarge 3D plot without enlarging colorbar
Is it possible to enlarge a 3D patch without altering the size of the colorbar? My original picture is like this one: htt...

約10年 前 | 0 件の回答 | 0

0

回答

回答済み
MATLAB movie2avi cannot made video
I added a command "set(gcf,'Renderer','zbuffer');" when I use R2014a and the problem is solved. It is just like using writeVideo...

約10年 前 | 0

| 採用済み

質問


MATLAB how to automatically read a number of files
I would like to plot a number of 3D graphs from different data files. For example I am using fid = fopen('SS 1.dat','r'...

約10年 前 | 1 件の回答 | 0

1

回答

質問


MATLAB movie2avi cannot made video
I am trying to test the function movie2avi using simple codes in R2014a as follows: clear; close all; figure; Z...

約10年 前 | 2 件の回答 | 0

2

回答

質問


MATLAB make video from a set of 3D plots
I used a function called ind2patch to make a 3D block which contains a number of smaller blocks in 3 dimensions. Each small ...

約10年 前 | 0 件の回答 | 0

0

回答

質問


Enlarge figure in MATLAB
I want to create figure that is enlarged, I use: fig = figure(1); set (fig, 'Units', 'normalized', 'Position', [0,0,1,1])...

約10年 前 | 0 件の回答 | 0

0

回答

質問


Set color map color range
I have a 3D plot using patch and the default colormap is jet as I am using R2014a.So I use cMap=hsv(250); colormap(cMap); c...

約10年 前 | 0 件の回答 | 0

0

回答

質問


Cannot using movie2avi in MATLAB
I am trying to use the movie2avi function in MATLAB. I simply copy the sample program in my MATLAB R2015a: nFrames = 20; ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


MATLAB re-position colorbar title
I would like to reposition the colorbar title (NOT the colorbar). I try to use the following code: cb = colorbar; ...

約10年 前 | 0 件の回答 | 0

0

回答

質問


MATLAB 4D color plot
I am an amateur user of MATLAB and I would like to have a 4D color plot which the color represent the forth dimension. I try to ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


Problem with C codes embeded in Matlab
I have a Matlab file contain a thread 'mex -O SegSegForces.c'. Since there is a file with extension c so I wonder what should I ...

15年弱 前 | 2 件の回答 | 0

2

回答