Answered
3d BAR GRAPH WITH ERROR
I understand you want to create 3D plot of the errors vs x_true and y_true. First of all, based on the code you have provided,...

meer dan 2 jaar ago | 0

Answered
Error showing image after reading it
You can resolve this error by using the clear command before running your code

meer dan 2 jaar ago | 0

Answered
Fixing quirk in uihtml + JavaScript implementation of "command line" with command history
I have made some modifications to your prompt.html file. It seems to fix your issue. Please have a look

meer dan 2 jaar ago | 0

| accepted

Answered
calculate distance and angles between points in a grid
Based on the inromation you have provided, the below code should calculate the distance and angle for all 961 coordinates from c...

meer dan 2 jaar ago | 0

| accepted

Answered
App Designer: Triggering ValueChanged callback for text Edit Field with Default Value
I understand you want to show the default value in the start by pressing enter. The issue is that text fields only have 2 call b...

meer dan 2 jaar ago | 0

Answered
Bloomberg Query Language (BQL)
I understand you want to use BQL from MATLAB. The below links contain information about using Bloomberg from MATLAB https://www...

meer dan 2 jaar ago | 0

Answered
Automating Labelling process for videos and images using the Video Labeler App for Deep Learning
I understand you are trying to run Point Tracking algorithm on a sequence of grayscale images. This error is because the rgb2gra...

meer dan 2 jaar ago | 0

| accepted

Answered
APP table 文字如何居中显示?
This is a link to a similar question asked in the forum https://www.mathworks.com/matlabcentral/answers/488135-how-to-change-ho...

meer dan 2 jaar ago | 0

Answered
Using using system Identification app, the time-plot and model output of input-output data is in which units of time
I understand you are not sure of the units of time on the x-axis. While creating data, the default units of time is seconds. How...

meer dan 2 jaar ago | 0

| accepted

Answered
How can I get multiple data(*text*) form single edit text in MATLAB guide?
I understand you want to store your text data from an edit text input in one row. This snippet which you have written Rx...

meer dan 2 jaar ago | 0

Answered
Error using str2double on a cell array, getting NaN
I understand you want to convert strings of date/time values into doubles so you can plot them. As per the image you attached, t...

meer dan 2 jaar ago | 0

Answered
How to segment a graph from a node?
Hi, I understand you want to segment your graphs in a particular way. Firstly, I would suggest you give a name to each of your n...

ongeveer 3 jaar ago | 0

Answered
How do i calculate for conditions
I understand that you want code to calculate these conditions. I assume you are looking for a vectorized approach rather than a ...

ongeveer 3 jaar ago | 0

| accepted

Answered
How to write this function in MATLAB
I understand you want to write this function in MATLAB with w as a vector. The code below should accomplish this Pw = L*exp(-1...

ongeveer 3 jaar ago | 0

Answered
How can you 'quantify' IFFT of 2D image?
I understand you want to quantify the imperfections in your image compared to your pristine reference image. I suggest you look ...

ongeveer 3 jaar ago | 0

Answered
how to superimpose peak intensities
I understand that you want to find an envelope for all the peak values of different curves. Looking at the image you shared, I a...

ongeveer 3 jaar ago | 0

Answered
Binary Image Pixel Connectivity Analysis
I understand that you want to find all connected components in a binary image. I suggest you use a sequential 2 pass algorithm...

ongeveer 3 jaar ago | 0

Answered
Batch process and name/save images in a separate folder
I understand you want to save your final images in a separate folder in the current folder with names similar to the original PN...

ongeveer 3 jaar ago | 0

| accepted

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

ongeveer 3 jaar ago

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

ongeveer 3 jaar ago