Question


Appdesigner standalone app not showing full Options? R2020a
i have made a simple app which plots sine wave.. it has a switch button which toggle the plot between app.UIAxes & Figure 1 (Bas...

mer än 3 år ago | 0 answers | 0

0

answers

Answered
How to Export appdesigner Plot and UITable directly to PDF?
I found these links also Relavent for people to start Generating Reports, PDF and Generating Templates or linking with Matlab......

mer än 3 år ago | 1

Solved


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

mer än 3 år ago

Question


How to Export appdesigner Plot and UITable directly to PDF?
i have made a simple app in appdesigner which have a UITtable and a UIAxes graph .. i want to design a template so my plot and...

mer än 3 år ago | 2 answers | 0

2

answers

Question


While plotting, how to Convert YYaxis left via some formula and display it on YYAxis right...(Using R2020a)
i have imported a file that contains data "Range" and "dBsm" and plotted it....My dBsm data is on YYaxis 'left' now i wish that ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


getting error in simulink onramp "Matlab Function block 7.2"..Failed to evaluate mask initialization command..
i have done the wright command to submitt the task but its giving error again and again... stucked here.. kindly guide.

mer än 3 år ago | 1 answer | 0

1

answer

Answered
how to extract a specific number from a UITable and display that which row of that table that number belongs?
Shared Relavent Help for CellSelection Callback in pdf.

mer än 3 år ago | 0

| accepted

Question


How to use filloutliers for only positive numbers of a data array?
so if data is stored in Variable 'a' a = [ 2 1 23 -1 2 5 -36 6 -1] so it should perform filloutliers only on positve number ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


how to extract a specific number from a UITable and display that which row of that table that number belongs?
lets say i have a UITable in which first coulmn is serial number and second column contains data extracted the second column d...

mer än 3 år ago | 1 answer | 0

1

answer

Question


how to save a UITable in Excell along with Rows & Column Names (Appdesigner, R2020a)
i have a data in in a variable 'A', i want to save it in excell file with rows and column names as shown in fighure below. i ...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to reduce precision of digit after decimal point? Matlab (R2020a)
if i have a = 1.2345 or a = 22.34325 or a = 334.659809832 i want to reduce precision after decimal point to two digit so ...

nästan 4 år ago | 2 answers | 0

2

answers

Question


how to assign colour to a double plot by clicking on graph in UIAxes appdesinger Matlab (R2020a)?
hello, my objective is to assign different colour to a double plot of own choice. if i have three variable data... a= [1 2 3] ...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to compare two variables data by using ifelse? if both variable contain same number and length of data, so condition becomes true it should perform desired functionality.
i want to establish a logic that if variable data is same as variable data "a" or "b'' or "c" or "d"then it should perform the ...

nästan 4 år ago | 2 answers | 0

2

answers

Question


double plot not properly working with checkboxes in appdesigner Matlab (R2020a)
i have designed a interface for single or double plot which i control through Check Boxes. inshort the problem is when i run the...

nästan 4 år ago | 0 answers | 0

0

answers

Question


How to assign yyaxis 'Label' and 'Range' to UIAxes in matlab appdesigner (R2020a)
i was try to assign third axis for app.UIAxes in matlab appdesinger, i tried app.UIAxes.ZAxis = zlabel but didnt worked...!!...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to link functionality of Plot "Linewidth" with Knobvalue in appdesigner Matlab (R2020a)
if we have to variable data app.a = [1 2 3] % used with property app.b = [4 5 6] % used with pro...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to add custom Yaxis option for UIAxes via Editfield(Numeric) while plotting in matlab appdesigner (Ver 2020a)
Hello, i m trying to give user option to set Y-axis for the plot axis. so user can limit the axis at it own preference i ta...

nästan 4 år ago | 1 answer | 0

1

answer

Question


is it possible to write a code that examine and analyze that a data in vector having 100 values, so recognize that if one or two very high as compare to other data?
lets say i have a = [ 1 2 1 1 2 25 1 2 1 23] % 2 Abnormal very high Values b = [3 2 1 1 2 3 1 2 1 2] % Normal Data i w...

nästan 4 år ago | 2 answers | 0

2

answers

Question


How to link a "Checkbox" functionality with "Radiobutton" in appdesigner matlab?
Hello.. i m plotting a data of two variables "a" & "b".... two radiobutton for plotting different ranges... i want that radio bu...

nästan 4 år ago | 1 answer | 0

1

answer

Question


how to add coustum "Titlle" option for "UIaxes" via "Edit Field(Text)" in app Designer...means end user could enter and change the "Title" for different occasions and plots
if i use a UIAxes in app designer there is a option in UIAxes properties for "Tiltle" but i want to give option to end user so ...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to control a plot with checkbox in app designer. So when checkbox is tick it may plot graph and when checkbox is unchecked it should remove graph in UIAxes.
i m plotting a graph in app designer on UIAxes a = [1 2 3] % added to property b = [4 5 6] % added to property in chec...

nästan 4 år ago | 1 answer | 0

1

answer

Question


how to export value of a Variable vector to dedicated coulmn in UITable app designer
Hello. Need a guidence in app designer i have successfully read a text file through push button. and stored it in a varible "a"....

nästan 4 år ago | 1 answer | 0

1

answer

Question


In App designer how to plot multiple plot on a same figure if one variable value coming from a function and also its value changes with output of function?
Hello, i m writing a code in Matlab App Designer if i ask in simple words lets say a = 0:0.1:2*pi; and i want to plot i...

nästan 4 år ago | 1 answer | 0

1

answer

Solved


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

ungefär 4 år ago