Rizwana - MATLAB Central
photo

Rizwana


2013 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFrom 10/13 to 03/25Use left and right arrows to move selectionFrom 10/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

43 質問
3 回答

Cody

0 問題
3 解答

ランク
4,522
of 297,805

評判
11

コントリビューション
43 質問
3 回答

回答採用率
30.23%

獲得投票数
2

ランク
 of 20,473

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
70,183
of 159,570

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

スコア
40

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


Please if someone can teach me how to do it then I shall be grateful.How to retain userHistory in docBlock of simulink without overwriting the old information?
clear all; clc; bdclose all; sys = 'test'; load_system(sys); load_system('simulink'); open_system(sys); k = get_...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Is it possible to convert XML file to .slx or .mdl Simulink Model?
I have a model saved as .slx or .mdl format. I generated .xml file out of it. Changed some names in .xml file. Now I...

9年弱 前 | 3 件の回答 | 0

3

回答

質問


Conversion of Simulink .mdl or .slx model into XML
I tried using : sys = 'dummy.slx' save_system(sys, 'exported_file_name.xml', 'ExportToXML', true) But I keep getting the belo...

9年弱 前 | 1 件の回答 | 1

1

回答

質問


Please help. How to solve this m-scripting error?
??? Error using ==> add_block Invalid destination block specification. This is my script and creating a model to add b...

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

0

回答

質問


How to change the Busselector block default parameters using m-script? (Changing the default parameter value of a built-in block is not allowed)
new_system('testModel'); x = 30; y = 30; w = 30; pos = [x y+h/4 x+w y+h*.75]; add_block('built-in/Inport',[sys '/In1'...

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

0

回答

質問


I have an image whose height and width are [960 557 ], iam trying to compress this image.
I have used a file exchange pre-written file using sphit algorithm. Now this code is giving an error saying... The Row and Co...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


Simulink interview question for professionals
Hi everyone, I have experience in matlab algorithm development but I am going to be interview for simulink engineer profile. P...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


Hi. I want a book name or blog or pdf or website which may help me to learn simulink based modelling with real time projects that we do in industries
If anyone have any idea then please share the resources. Thanks & Regards Rizwana

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

1

回答

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11年弱 前

解決済み


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:...

11年弱 前

質問


How to loop over these values?
I have interpolated some data points in my fiigure window using data cursor functional and exported it. Its getting saved as str...

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

2

回答

回答済み
Can Somebody help me to write this equation in Matlab to get the value of Lambda?
function [ans] = test(m,lamda) r = factorial(m-1); p = -lamda; ans = exp(p)/r; end If you are interested i...

約11年 前 | 0

質問


Why my gui code is throwing error? Iam trying to import file. Its not reading my file
function varargout = gui_1(varargin) % GUI_1 MATLAB code for gui_1.fig % GUI_1, by itself, creates a new GUI_1 or rai...

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

1

回答

質問


How to fix this error?
cmap=menu('Choose a color','jet','hsv','summer','cool','spring','hot','autumn','winter','bone','copper','pink','lines','Gray'); ...

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

2

回答

質問


Why am i getting this error in the following line of code?
disp (' '); name = input ('Enter a name for the folder (single quotes): '); % input folder's name mkdir (name); It was ...

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

2

回答

質問


How to code this in gui?
I have nearly 5 functions. One function reads and later import the excels sheet and inside it i have embedded split function whi...

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

2

回答

質問


how to plot total velocity not its component using quiver function.? or is it possibel?
I have studied quiver. It says u(horizontal) position w.r.t x and v(vertical component) position w.r.t y. But i have been asked...

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

0

回答

質問


How to plot velocity vector fied in matlab?
I have total velocity component in m/s which is a matrix of order 41 * 1. I want to plot it w.r.t to x and y. It should be like ...

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

0

回答

質問


How to import my excel sheet?
I would like to import my excel sheet in such a way that it should spilt my data in matrix,textdata in a cell array and characte...

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

1

回答

質問


Matlab's curl function and its limitation?
Iam beginner to matlab. Still learning it.Recently i have been asked to compute curl of three velocity components and plot i...

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

1

回答

質問


how to compute curl for velocity components expressed interms of spherical coordinates(r,alpha,beta).
How mupad interface will do it and how can i plot its resulting curl in matlab. Thanks

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

0

回答

質問


help me on plotting of curl
I have velocity data for u,v,w. There is just x and y data which is m* n in size. No z data u =VarName1; % please refer to ...

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

2

回答

質問


Please put me out of this confusing logic. Please help.
I have x and y values. 2-d array. u,v and w... again 2d arrays. did the curl calculation by converting u,v and w into 3d using n...

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

0

回答

回答済み
error with 20x10 array in a function
Your ASE is matrix of what size?? Must be huge.. try to loop it... r = size (ASE); for i = 1:r(1) % 1:r(2) assuming it is ...

約11年 前 | 0

| 採用済み

質問


Please help me to solve this problem!
I have been asked to calculate vorticity of three velocity components |u|, |v| & |w|. I have attached .txt file for the same. As...

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

2

回答

質問


Stuck totally... Please help me
I have three velocity components u,v and w... Note my x,y are z are just directions hence there is no data for it... Now big que...

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

0

回答

質問


Why everything is giving zero values??
I have been asked to calculate vorticity of three velocity components u,v&w. I have attached .txt file for the same. as i knew c...

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

0

回答

質問


Does the curl function in matlab calculates vorticity?
Iam suppose to calculate vorticity using 3 velocity component u,v and w. Does the built function curl helps to do the job??

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

1

回答

質問


How to fill the discontinuities in this plot??
Why iam not able to get contours throughout the region?? <</matlabcentral/answers/uploaded_files/7731/quesion.bmp>> Set ...

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

1

回答

さらに読み込む