photo

YT


Last seen: quasi 5 anni fa Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

17 Domande
92 Risposte

File Exchange

2 File

RANK
361
of 299.737

REPUTAZIONE
228

CONTRIBUTI
17 Domande
92 Risposte

ACCETTAZIONE DELLE RISPOSTE
88.24%

VOTI RICEVUTI
29

RANK
14.165 of 20.791

REPUTAZIONE
17

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
2 File

DOWNLOAD
2

ALL TIME DOWNLOAD
178

RANK

of 165.655

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • 6 Month Streak
  • Revival Level 1
  • Knowledgeable Level 4
  • Thankful Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


curl with symbolic vector
I'm trying to do use curl with a symbolic vector, but it just keeps on returing a zero vector. % ∇ × F syms Fx Fy Fz x y z c...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Different results on different version Matlab
You could try to check the release notes and see if there are any functions you're using that may have changed. And maybe check...

quasi 6 anni fa | 0

| accettato

Risposto
produce a cell array of cell arrays of element names
If getElementNames is a function, you should use round brackets instead of curly brackets: element_names = getElementNames(elem...

quasi 6 anni fa | 0

| accettato

Domanda


Numden on complex equation returns unexpected result
I have the following complex symbolic equation syms F_c M B w K; eq = F_c/(- M*w^2 + B*w*1i + K); Now I just want to get the ...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Risposto
how i can convert struct to matrix
You could, for example, create a cell array: C = {}; C{1,1} = s(1).f1; C{1,2} = s(1).f2; C{2,1} = s(2).f1; C{2,2} = s(2).f2...

quasi 6 anni fa | 0

Domanda


Stop audio from playing using sound()
Matlab Online (ver R2018b) I'm playing some audio using sound(y,Fs) but I can't find a way to stop the audio from playing. You ...

oltre 6 anni fa | 3 risposte | 1

3

risposte

Risposto
Is the following code is sufficient for feature detection, extraction of multiple images and storing them into single cell for classification?
Look closely what you're exactly trying to plot Valid_points{i} = valid_points; figure; imshow(I1); plot(valid_po...

oltre 6 anni fa | 0

| accettato

Risposto
dates between two limits
I came up with 2 options: OPTION 1 clear; start_date = '20190131'; end_date = '20191205'; myFormat = 'yyyyMMdd'; DateSt...

oltre 6 anni fa | 1

Risposto
Importing multiple .txt files into one table
This should do the trick. I've added several comments in the hope that it makes it easier for you to understand how it works. Of...

oltre 6 anni fa | 1

| accettato

Risposto
I would like to make sure that the commands tf, step, impulse, Bode and lsim are all included in the Control System Toolbox
You can check all the functions for the Control System Toolbox here Next time if you want to make sure a function exist in a ce...

oltre 6 anni fa | 0

| accettato

Risposto
How to change uigetfolder on uigetdir?
Wow I looked up this function on FEX and its last update was in the year 2000 (so its pretty much ancient). Like you said yourse...

oltre 6 anni fa | 0

| accettato

Risposto
How can I insert time from an xlsx file into Matlab and make a plot?
Even though I still haven't figured out your plotting issue, the importing can be solved like so % first time; opts = detectIm...

oltre 6 anni fa | 0

Risposto
How to convert captured frames from webcam into avi format with 20fps.
Well you stated that you've tried a lot of things, but you didn't provide any code with it so that's not really helpfull. I sugg...

oltre 6 anni fa | 0

| accettato

Risposto
How to use If elseif else in array ?
So everytime I have to do somethings similar, I either do it by using a for-loop and if/else statement and comparing every field...

oltre 6 anni fa | 1

| accettato

Domanda


Imwrite JPG with comments
I'm trying to save my images with some comments like so imwrite(imageData, '/MATLAB Drive/ArtScraper/out_img/Ukiyo-e_1549412662...

oltre 6 anni fa | 1 risposta | 1

1

risposta

Risposto
Creating a blank figures
You should put the hold on; before the plot(Lam, Transmittance). I suggest also to put hold off; after the end of your for-loop....

oltre 6 anni fa | 0

Risposto
how to compress any video by using H.264 compression standard ....
You can use VideoWriter with MPEG-4 profile for this v = VideoWriter('my-video.mp4','MPEG-4'); %uses h264 encoding v.Quality =...

oltre 6 anni fa | 0

Risposto
what is the MATLAB version or can I use the imageDataAugmenter function ?
According to the documentation, imageDataAugmenter was introduced in R2017b. You can check what version of Matlab and which tool...

oltre 6 anni fa | 0

| accettato

Risposto
what happens to Matlab when I lose connection to my network drive data all of a sudden?
Well that sounds indeed frustrating. Luckily you can pause on error/warnings (check it here). I think thats a screenshot for an ...

oltre 6 anni fa | 0

| accettato

Risposto
How to find the closest value to a constant in a 2D matrix
Probably something like this A = rand([15 129])*100; %matrix with random values [~,I] = min(abs(A - 15),[],1); %get indices fo...

oltre 6 anni fa | 1

| accettato

Risposto
Fill the region between two lines
Here you go

oltre 6 anni fa | 1

Risposto
Can I Split the char with out deliminater ? (Please have a look at example)
I don't want to critize too much, but it just seems you're asking so many question on the same dataset that its almost like the ...

oltre 6 anni fa | 0

Risposto
Import Excel-Sheet and plot time - error!
This will do the job clear; opts = detectImportOptions('2018-12-07--15-55-46 - alt_1.csv','Delimiter',';'); opts = setvartype...

oltre 6 anni fa | 0

Risposto
convert character date string to date vector
You can use datetime to do it myString = '2014-07-03T04:00:00.000000Z'; myDateString = datetime(myString,'InputFormat','yyyy-M...

oltre 6 anni fa | 2

Risposto
Please Help me to combine the following data, Cut the data from the combined data and form a new data (screen shots are attached)
You can use strrep to replace the forward slashes and then use regular expressions to capture the characters. A = '/FF0A/-MFF0/...

oltre 6 anni fa | 0

| accettato

Risposto
How can I merge vector elements into a single number of type double?
Something like this? A = [1 2 3]; joined = str2num(strjoin(num2cell(num2str(A(:))),'')); %>> joined = 123 (type double) Ther...

oltre 6 anni fa | 0

Risposto
Find minimum difference in arrays from exact value
I've created this snippet for you with comments. clear all; close all; %read in your xlsx file T = readtable('Optionprice...

oltre 6 anni fa | 0

| accettato

Risposto
Is there a non-toolbox alternative for decodeHTMLEntities
Because of the lack of (quick) responses, I've made my own function which I made available here. It comes with a file called ent...

oltre 6 anni fa | 0

| accettato

Inviato


htmlEntities - decode/encode html entities
An easy to use function to decode/encode html entities. Provided with 'entities.mat' which is a table consisting of chars and en...

oltre 6 anni fa | 1 download |

0.0 / 5

Domanda


Is there a non-toolbox alternative for decodeHTMLEntities
I'm scraping data from the web and I noticed that some text contains html entities (& ,   etc.). Now I've found that I ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Carica altro